tagSpecifications

@JvmName(name = "iecjtjmnwujadqtf")
suspend fun tagSpecifications(value: Output<List<TagSpecificationArgs>>)
@JvmName(name = "upmfkejphhdeoytb")
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 = "pswkoqpoydcnthfq")
suspend fun tagSpecifications(vararg values: Output<TagSpecificationArgs>)


@JvmName(name = "opuqfjrnyliugsei")
suspend fun tagSpecifications(values: List<Output<TagSpecificationArgs>>)
@JvmName(name = "jjusewpesswvfhkj")
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 = "ouwojrrbeiwvxcvn")
suspend fun tagSpecifications(argument: List<suspend TagSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "cgevvemiqywvjhvq")
suspend fun tagSpecifications(vararg argument: suspend TagSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "pydnghrpfhluwljv")
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.