You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ECS::Types::FSxWindowsFileServerVolumeConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing FSxWindowsFileServerVolumeConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  file_system_id: "String", # required
  root_directory: "String", # required
  authorization_config: { # required
    credentials_parameter: "String", # required
    domain: "String", # required
  },
}

This parameter is specified when you are using Amazon FSx for Windows File Server file system for task storage.

For more information and the input format, see Amazon FSx for Windows File Server Volumes in the Amazon Elastic Container Service Developer Guide.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_configTypes::FSxWindowsFileServerAuthorizationConfig

The authorization configuration details for the Amazon FSx for Windows File Server file system.

Returns:

#file_system_idString

The Amazon FSx for Windows File Server file system ID to use.

Returns:

  • (String)

    The Amazon FSx for Windows File Server file system ID to use.

#root_directoryString

The directory within the Amazon FSx for Windows File Server file system to mount as the root directory inside the host.

Returns:

  • (String)

    The directory within the Amazon FSx for Windows File Server file system to mount as the root directory inside the host.