ServiceEbsTagSpecificationArgs

data class ServiceEbsTagSpecificationArgs(val propagateTags: Output<ServiceEbsTagSpecificationPropagateTags>? = null, val resourceType: Output<String>, val tags: Output<List<ServiceTagArgs>>? = null) : ConvertibleToJava<ServiceEbsTagSpecificationArgs>

The tag specifications of an Amazon EBS volume.

Constructors

Link copied to clipboard
constructor(propagateTags: Output<ServiceEbsTagSpecificationPropagateTags>? = null, resourceType: Output<String>, tags: Output<List<ServiceTagArgs>>? = 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
val resourceType: Output<String>

The type of volume resource.

Link copied to clipboard
val tags: Output<List<ServiceTagArgs>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ServiceEbsTagSpecificationArgs