ServiceVolumeConfigurationManagedEbsVolumeTagSpecificationArgs

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

Constructors

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

Properties

Link copied to clipboard
val propagateTags: Output<String>? = null

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

Link copied to clipboard
val resourceType: Output<String>

The type of volume resource. Valid values, volume.

Link copied to clipboard
val tags: Output<Map<String, String>>? = 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(): ServiceVolumeConfigurationManagedEbsVolumeTagSpecificationArgs