tagSpecifications

@JvmName(name = "agbxtchawnamilyy")
suspend fun tagSpecifications(value: Output<List<LaunchTemplateTagSpecificationArgs>>)
@JvmName(name = "gdruadlbavpxuhnt")
suspend fun tagSpecifications(value: List<LaunchTemplateTagSpecificationArgs>?)

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.


@JvmName(name = "pstfefqpgrlllfpl")
suspend fun tagSpecifications(vararg values: Output<LaunchTemplateTagSpecificationArgs>)


@JvmName(name = "dhbclntenubxkwyx")
suspend fun tagSpecifications(values: List<Output<LaunchTemplateTagSpecificationArgs>>)
@JvmName(name = "ptljybmeoumeautd")
suspend fun tagSpecifications(vararg values: LaunchTemplateTagSpecificationArgs)

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.


@JvmName(name = "ywrhvgouoneexbqq")
suspend fun tagSpecifications(argument: List<suspend LaunchTemplateTagSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "aocbcixrtwmndowm")
suspend fun tagSpecifications(vararg argument: suspend LaunchTemplateTagSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "uivimsmjupegfgwv")
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.