Launch Template Tag Specification
data class LaunchTemplateTagSpecification(val resourceType: String? = null, val tags: List<LaunchTemplateTag>? = null)
Specifies the tags to apply to the launch template during creation.
Constructors
Link copied to clipboard
fun LaunchTemplateTagSpecification(resourceType: String? = null, tags: List<LaunchTemplateTag>? = null)