ServiceVolumeConfigurationManagedEbsVolumeTagSpecification

data class ServiceVolumeConfigurationManagedEbsVolumeTagSpecification(val propagateTags: String? = null, val resourceType: String, val tags: Map<String, String>? = null)

Constructors

constructor(propagateTags: String? = null, resourceType: String, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val propagateTags: String? = null

Determines whether to propagate the tags from the task definition to the Amazon EBS volume.

Link copied to clipboard

The type of volume resource. Valid values, volume.

Link copied to clipboard
val tags: Map<String, String>? = null

The tags applied to this Amazon EBS volume. AmazonECSCreated and AmazonECSManaged are reserved tags that can't be used.