TaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfig

data class TaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfig(val accessPointId: String? = null, val iam: String? = null)

Constructors

constructor(accessPointId: String? = null, iam: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessPointId: String? = null

Access point ID to use. If an access point is specified, the root directory value will be relative to the directory set for the access point. If specified, transit encryption must be enabled in the EFSVolumeConfiguration.

Link copied to clipboard
val iam: String? = null

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.