Tag Specification Args
data class TagSpecificationArgs(val resourceType: Output<String>? = null, val tags: Output<List<LaunchTemplateTagArgs>>? = null) : ConvertibleToJava<TagSpecificationArgs>
Specifies the tags to apply to a resource when the resource is created for the launch template.
Constructors
Link copied to clipboard
fun TagSpecificationArgs(resourceType: Output<String>? = null, tags: Output<List<LaunchTemplateTagArgs>>? = null)