TaskDefinitionVolumeEfsVolumeConfigurationArgs

data class TaskDefinitionVolumeEfsVolumeConfigurationArgs(val authorizationConfig: Output<TaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigArgs>? = null, val fileSystemId: Output<String>, val rootDirectory: Output<String>? = null, val transitEncryption: Output<String>? = null, val transitEncryptionPort: Output<Int>? = null) : ConvertibleToJava<TaskDefinitionVolumeEfsVolumeConfigurationArgs>

Constructors

constructor(authorizationConfig: Output<TaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigArgs>? = null, fileSystemId: Output<String>, rootDirectory: Output<String>? = null, transitEncryption: Output<String>? = null, transitEncryptionPort: Output<Int>? = null)

Properties

Link copied to clipboard

Configuration block for authorization for the Amazon EFS file system. Detailed below.

Link copied to clipboard
val fileSystemId: Output<String>

ID of the EFS File System.

Link copied to clipboard
val rootDirectory: Output<String>? = null

Directory within the Amazon EFS file system to mount as the root directory inside the host. If this parameter is omitted, the root of the Amazon EFS volume will be used. Specifying / will have the same effect as omitting this parameter. This argument is ignored when using authorization_config.

Link copied to clipboard
val transitEncryption: Output<String>? = null

Whether or not to enable encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon EFS server. Transit encryption must be enabled if Amazon EFS IAM authorization is used. Valid values: ENABLED, DISABLED. If this parameter is omitted, the default value of DISABLED is used.

Link copied to clipboard
val transitEncryptionPort: Output<Int>? = null

Port to use for transit encryption. If you do not specify a transit encryption port, it will use the port selection strategy that the Amazon EFS mount helper uses.

Functions

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