tag Specifications
Parameters
value
The tags to apply to the launch template on creation. To tag the launch template, the resource type must be `launch-template`
. To specify the tags for resources that are created during instance launch, use TagSpecifications.
Parameters
values
The tags to apply to the launch template on creation. To tag the launch template, the resource type must be `launch-template`
. To specify the tags for resources that are created during instance launch, use TagSpecifications.
suspend fun tagSpecifications(argument: List<suspend LaunchTemplateTagSpecificationArgsBuilder.() -> Unit>)
suspend fun tagSpecifications(vararg argument: suspend LaunchTemplateTagSpecificationArgsBuilder.() -> Unit)
suspend fun tagSpecifications(argument: suspend LaunchTemplateTagSpecificationArgsBuilder.() -> Unit)
Parameters
argument
The tags to apply to the launch template on creation. To tag the launch template, the resource type must be `launch-template`
. To specify the tags for resources that are created during instance launch, use TagSpecifications.