tagSpecifications

@JvmName(name = "pctoehhleqpuubqp")
suspend fun tagSpecifications(value: Output<List<LaunchTemplateTagSpecificationArgs>>)
@JvmName(name = "nxdaxesjiyclkfwt")
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 = "rjnjacqfthrjgrxi")
suspend fun tagSpecifications(vararg values: Output<LaunchTemplateTagSpecificationArgs>)


@JvmName(name = "ljnjcrxptrdaiyln")
suspend fun tagSpecifications(values: List<Output<LaunchTemplateTagSpecificationArgs>>)
@JvmName(name = "owbxycyogyhwyrkd")
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 = "caxpjwkikeyhbrhu")
suspend fun tagSpecifications(argument: List<suspend LaunchTemplateTagSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "fsrpuirdjnahqfqo")
suspend fun tagSpecifications(vararg argument: suspend LaunchTemplateTagSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "ilanorccgrljnwti")
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.