EBSTag Specification Args
data class EBSTagSpecificationArgs(val propagateTags: Output<Either<String, EBSTagSpecificationPropagateTags>>? = null, val resourceType: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<EBSTagSpecificationArgs>
Definition of EBSTagSpecification
Constructors
Link copied to clipboard
constructor(propagateTags: Output<Either<String, EBSTagSpecificationPropagateTags>>? = null, resourceType: Output<String>? = null, tags: Output<List<TagArgs>>? = 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.