TaskDefinitionFSxWindowsFileServerVolumeConfiguration

data class TaskDefinitionFSxWindowsFileServerVolumeConfiguration(val authorizationConfig: TaskDefinitionFSxAuthorizationConfig? = null, val fileSystemId: String, val rootDirectory: String)

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

constructor(authorizationConfig: TaskDefinitionFSxAuthorizationConfig? = null, fileSystemId: String, rootDirectory: String)

Types

Link copied to clipboard
object Companion

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.