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. To specify the tags for the resources that are created during instance launch, use AWS::EC2::LaunchTemplate TagSpecification. `LaunchTemplateTagSpecification`
is a property of AWS::EC2::LaunchTemplate.