TaskDefinitionFSxWindowsFileServerVolumeConfigurationArgs

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

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
val fileSystemId: Output<String>

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

Link copied to clipboard
val rootDirectory: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): TaskDefinitionFSxWindowsFileServerVolumeConfigurationArgs