tagSpecifications

@JvmName(name = "yvefftefjfumblqo")
suspend fun tagSpecifications(value: Output<List<EBSTagSpecificationArgs>>)
@JvmName(name = "lvlgfrnefydnfein")
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 = "prtlayfbvpnfpbno")
suspend fun tagSpecifications(vararg values: Output<EBSTagSpecificationArgs>)


@JvmName(name = "rtsoeklvrvpberxx")
suspend fun tagSpecifications(values: List<Output<EBSTagSpecificationArgs>>)
@JvmName(name = "hmqebckhqvckdojr")
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 = "gjxjdtueknncxegt")
suspend fun tagSpecifications(argument: List<suspend EBSTagSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "lyvfqxbytclspfxh")
suspend fun tagSpecifications(vararg argument: suspend EBSTagSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "ijmiqbwuymgkihbd")
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.