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 the resources that are created when an instance is launched, you must 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 the resources that are created when an instance is launched, you must 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 the resources that are created when an instance is launched, you must use TagSpecifications.