Tag Specification
data class TagSpecification(val resourceType: String? = null, val tags: List<LaunchTemplateTag>? = null)
Specifies the tags to apply to a resource when the resource is created for the launch template.
Specifies the tags to apply to a resource when the resource is created for the launch template.