class Aws::ECS::Types::FSxWindowsFileServerVolumeConfiguration

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*.

[1]: docs.aws.amazon.com/fsx/latest/WindowsGuide/what-is.html [2]: docs.aws.amazon.com/AmazonECS/latest/developerguide/wfsx-volumes.html

@note When making an API call, you may pass FSxWindowsFileServerVolumeConfiguration

data as a hash:

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

@!attribute [rw] file_system_id

The Amazon FSx for Windows File Server file system ID to use.
@return [String]

@!attribute [rw] root_directory

The directory within the Amazon FSx for Windows File Server file
system to mount as the root directory inside the host.
@return [String]

@!attribute [rw] authorization_config

The authorization configuration details for the Amazon FSx for
Windows File Server file system.
@return [Types::FSxWindowsFileServerAuthorizationConfig]

@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/FSxWindowsFileServerVolumeConfiguration AWS API Documentation

Constants

SENSITIVE