Task Definition FSx Windows File Server Volume Configuration Args
data class TaskDefinitionFSxWindowsFileServerVolumeConfigurationArgs(val authorizationConfig: Output<TaskDefinitionFSxAuthorizationConfigArgs>? = null, val fileSystemId: Output<String>, val rootDirectory: Output<String>) : ConvertibleToJava<TaskDefinitionFSxWindowsFileServerVolumeConfigurationArgs>
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.
Constructors
Link copied to clipboard
constructor(authorizationConfig: Output<TaskDefinitionFSxAuthorizationConfigArgs>? = null, fileSystemId: Output<String>, rootDirectory: Output<String>)
Properties
Link copied to clipboard
The authorization configuration details for the Amazon FSx for Windows File Server file system.
Link copied to clipboard
The Amazon FSx for Windows File Server file system ID to use.
Link copied to clipboard
The directory within the Amazon FSx for Windows File Server file system to mount as the root directory inside the host.