tagSpecifications

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

Parameters

value

The tags to apply to the resources that are created during instance launch. To tag a resource after it has been created, see CreateTags. To tag the launch template itself, use TagSpecifications.


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


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

Parameters

values

The tags to apply to the resources that are created during instance launch. To tag a resource after it has been created, see CreateTags. To tag the launch template itself, use TagSpecifications.


@JvmName(name = "culdxsjpqjoqyvpb")
suspend fun tagSpecifications(argument: List<suspend TagSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "ayellbrvsdlqnjpd")
suspend fun tagSpecifications(vararg argument: suspend TagSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "knojcojbjawuuhth")
suspend fun tagSpecifications(argument: suspend TagSpecificationArgsBuilder.() -> Unit)

Parameters

argument

The tags to apply to the resources that are created during instance launch. To tag a resource after it has been created, see CreateTags. To tag the launch template itself, use TagSpecifications.