LaunchTemplateTagSpecificationArgs

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

Constructors

Link copied to clipboard
constructor(resourceType: Output<String>? = null, tags: Output<Map<String, String>>? = null)

Properties

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

The type of resource to tag.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

A map of tags to assign to the resource.

Functions

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