tagSpecifications

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

Parameters

value

The tags to apply to the resources during launch. See Tag Specifications below for more details.


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


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

Parameters

values

The tags to apply to the resources during launch. See Tag Specifications below for more details.


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