LaunchTemplateTagSpecification

data class LaunchTemplateTagSpecification(val resourceType: String? = null, val tags: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(resourceType: String? = null, tags: Map<String, String>? = 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
val tags: Map<String, String>? = null

A map of tags to assign to the resource.