tagSpecifications

@JvmName(name = "icfdyjpbusxohwmr")
suspend fun tagSpecifications(value: Output<List<ServiceEbsTagSpecificationArgs>>)
@JvmName(name = "sgqnitfaoadbxiuu")
suspend fun tagSpecifications(value: List<ServiceEbsTagSpecificationArgs>?)

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 = "fcxfjaipabcphkby")
suspend fun tagSpecifications(vararg values: Output<ServiceEbsTagSpecificationArgs>)


@JvmName(name = "mdwqjhbpobepbhhx")
suspend fun tagSpecifications(values: List<Output<ServiceEbsTagSpecificationArgs>>)
@JvmName(name = "pmkywphsbevtkbfs")
suspend fun tagSpecifications(vararg values: ServiceEbsTagSpecificationArgs)

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 = "nxqfoareohargwbb")
suspend fun tagSpecifications(argument: List<suspend ServiceEbsTagSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "wpctqjtpqwcjswfw")
suspend fun tagSpecifications(vararg argument: suspend ServiceEbsTagSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "ybbucioixgbrlkct")
suspend fun tagSpecifications(argument: suspend ServiceEbsTagSpecificationArgsBuilder.() -> 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.