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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecs/types.rb

Overview

This parameter is specified when you’re 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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_configTypes::FSxWindowsFileServerAuthorizationConfig

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



4993
4994
4995
4996
4997
4998
4999
# File 'lib/aws-sdk-ecs/types.rb', line 4993

class FSxWindowsFileServerVolumeConfiguration < Struct.new(
  :file_system_id,
  :root_directory,
  :authorization_config)
  SENSITIVE = []
  include Aws::Structure
end

#file_system_idString

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

Returns:

  • (String)


4993
4994
4995
4996
4997
4998
4999
# File 'lib/aws-sdk-ecs/types.rb', line 4993

class FSxWindowsFileServerVolumeConfiguration < Struct.new(
  :file_system_id,
  :root_directory,
  :authorization_config)
  SENSITIVE = []
  include Aws::Structure
end

#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)


4993
4994
4995
4996
4997
4998
4999
# File 'lib/aws-sdk-ecs/types.rb', line 4993

class FSxWindowsFileServerVolumeConfiguration < Struct.new(
  :file_system_id,
  :root_directory,
  :authorization_config)
  SENSITIVE = []
  include Aws::Structure
end