Task Definition Volume Efs Volume Configuration Authorization Config
data class TaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfig(val accessPointId: String? = null, val iam: String? = null)
Constructors
Link copied to clipboard
fun TaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfig(accessPointId: String? = null, iam: String? = null)
Types
Properties
Link copied to clipboard
Whether or not to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS file system. If enabled, transit encryption must be enabled in the EFSVolumeConfiguration. Valid values: ENABLED
, DISABLED
. If this parameter is omitted, the default value of DISABLED
is used.