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. 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.

Constructors

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

Properties

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

The type of resource. To tag a launch template, `ResourceType` must be `launch-template`.

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

The tags for the resource.

Functions

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