tagSpecifications

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

Parameters

value

The tags to apply to the resources during launch. See Tag Specifications below for more details. Default tags are currently not propagated to ASG created resources so you may wish to inject your default tags into this variable against the relevant child resource types created.


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


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

Parameters

values

The tags to apply to the resources during launch. See Tag Specifications below for more details. Default tags are currently not propagated to ASG created resources so you may wish to inject your default tags into this variable against the relevant child resource types created.


@JvmName(name = "crotngqoxggtwnwf")
suspend fun tagSpecifications(argument: List<suspend LaunchTemplateTagSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "pblcbeltejjjcecy")
suspend fun tagSpecifications(vararg argument: suspend LaunchTemplateTagSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "tstendvnvljoeggb")
suspend fun tagSpecifications(argument: suspend LaunchTemplateTagSpecificationArgsBuilder.() -> Unit)

Parameters

argument

The tags to apply to the resources during launch. See Tag Specifications below for more details. Default tags are currently not propagated to ASG created resources so you may wish to inject your default tags into this variable against the relevant child resource types created.