tagSpecifications

@JvmName(name = "owbesbaebvbowpgp")
suspend fun tagSpecifications(value: Output<List<LaunchTemplateTagSpecificationArgs>>)
@JvmName(name = "wynjyssbasnmfsnm")
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 resources that are created during instance launch, use TagSpecifications.


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


@JvmName(name = "frecieqkmhkbcqwc")
suspend fun tagSpecifications(values: List<Output<LaunchTemplateTagSpecificationArgs>>)
@JvmName(name = "jqwftwravgxvslog")
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 resources that are created during instance launch, use TagSpecifications.


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