EBSTag Specification Response
data class EBSTagSpecificationResponse(val propagateTags: String? = null, val resourceType: String? = null, val tags: List<TagResponse>? = null)
Definition of EBSTagSpecification
Constructors
Link copied to clipboard
constructor(propagateTags: String? = null, resourceType: String? = null, tags: List<TagResponse>? = null)
Properties
Link copied to clipboard
Determines whether to propagate the tags from the task definition to the Amazon EBS volume. Tags can only propagate to a `SERVICE`
specified in `ServiceVolumeConfiguration`
. If no value is specified, the tags aren't propagated.
Link copied to clipboard
The type of volume resource.
Link copied to clipboard
The tags applied to this Amazon EBS volume. `AmazonECSCreated`
and `AmazonECSManaged`
are reserved tags that can't be used.