LaunchTemplateTagSpecificationArgs

data class LaunchTemplateTagSpecificationArgs(val resourceType: Output<String>? = null, val tags: Output<List<LaunchTemplateTagArgs>>? = null) : ConvertibleToJava<LaunchTemplateTagSpecificationArgs>

Specifies the tags to apply to the launch template during creation.

Constructors

Link copied to clipboard
fun LaunchTemplateTagSpecificationArgs(resourceType: Output<String>? = null, tags: Output<List<LaunchTemplateTagArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): LaunchTemplateTagSpecificationArgs

Properties

Link copied to clipboard
val resourceType: Output<String>? = null

The type of resource to tag.

Link copied to clipboard
val tags: Output<List<LaunchTemplateTagArgs>>? = null

The tags for the resource.