tagSpecifications

@JvmName(name = "tykscyotuqtgupge")
suspend fun tagSpecifications(value: Output<List<EBSTagSpecificationArgs>>)
@JvmName(name = "axubcjdcwauhvrdw")
suspend fun tagSpecifications(value: List<EBSTagSpecificationArgs>?)

Parameters

value

The tags to apply to the volume. Amazon ECS applies service-managed tags by default. This parameter maps 1:1 with the `TagSpecifications.N` parameter of the CreateVolume API in the Amazon EC2 API Reference.


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


@JvmName(name = "dksdwuibelmkatgq")
suspend fun tagSpecifications(values: List<Output<EBSTagSpecificationArgs>>)
@JvmName(name = "qbtvmrnljprrdtdf")
suspend fun tagSpecifications(vararg values: EBSTagSpecificationArgs)

Parameters

values

The tags to apply to the volume. Amazon ECS applies service-managed tags by default. This parameter maps 1:1 with the `TagSpecifications.N` parameter of the CreateVolume API in the Amazon EC2 API Reference.


@JvmName(name = "kfstbigsexvhplcf")
suspend fun tagSpecifications(argument: List<suspend EBSTagSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "volinuebmmlpcfim")
suspend fun tagSpecifications(vararg argument: suspend EBSTagSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "ehvojdhoawlusxvi")
suspend fun tagSpecifications(argument: suspend EBSTagSpecificationArgsBuilder.() -> Unit)

Parameters

argument

The tags to apply to the volume. Amazon ECS applies service-managed tags by default. This parameter maps 1:1 with the `TagSpecifications.N` parameter of the CreateVolume API in the Amazon EC2 API Reference.