tagSpecifications

@JvmName(name = "djmpcmucxbwupvmo")
suspend fun tagSpecifications(value: Output<List<TagSpecificationArgs>>)
@JvmName(name = "cxbnjchfrqtltrgi")
suspend fun tagSpecifications(value: List<TagSpecificationArgs>?)

Parameters

value

The tags to apply to resources that are created during instance launch. To tag the launch template itself, use TagSpecifications.


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


@JvmName(name = "kffidxwnvfgjokvb")
suspend fun tagSpecifications(values: List<Output<TagSpecificationArgs>>)
@JvmName(name = "pifvdsvdulsbjrag")
suspend fun tagSpecifications(vararg values: TagSpecificationArgs)

Parameters

values

The tags to apply to resources that are created during instance launch. To tag the launch template itself, use TagSpecifications.


@JvmName(name = "lvqbflrcscfwybef")
suspend fun tagSpecifications(argument: List<suspend TagSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "xaawhyesbwkcivnl")
suspend fun tagSpecifications(vararg argument: suspend TagSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "nbftdfsprvdcovbg")
suspend fun tagSpecifications(argument: suspend TagSpecificationArgsBuilder.() -> Unit)

Parameters

argument

The tags to apply to resources that are created during instance launch. To tag the launch template itself, use TagSpecifications.