AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
Information about the Amazon Elastic File System file system that is used for task storage.
Types
Properties
Link copied to clipboard
val authorizationConfig: AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails?
The authorization configuration details for the Amazon EFS file system.
Link copied to clipboard
The Amazon EFS file system identifier to use.
Link copied to clipboard
The directory within the Amazon EFS file system to mount as the root directory inside the host.
Link copied to clipboard
Whether to enable encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon EFS server.
Link copied to clipboard
The port to use when sending encrypted data between the Amazon ECS host and the Amazon EFS server.
Functions
Link copied to clipboard
inline fun copy(block: AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails.Builder.() -> Unit = {}): AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails