TagSpecification

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.

Constructors

Link copied to clipboard
fun TagSpecification(resourceType: String? = null, tags: List<LaunchTemplateTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val resourceType: String? = null

The type of resource to tag.

Link copied to clipboard

The tags for the resource.