tagSpecifications

@JvmName(name = "hqnoukobhctdtiro")
suspend fun tagSpecifications(value: Output<List<ServiceEbsTagSpecificationArgs>>)
@JvmName(name = "aibxuwpqsooggkub")
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 = "cvvawniprqfetlwh")
suspend fun tagSpecifications(vararg values: Output<ServiceEbsTagSpecificationArgs>)


@JvmName(name = "cddfagktmguiuhju")
suspend fun tagSpecifications(values: List<Output<ServiceEbsTagSpecificationArgs>>)
@JvmName(name = "mhyvokjcsgnppqym")
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 = "amxmoqcajckkxcps")
suspend fun tagSpecifications(argument: List<suspend ServiceEbsTagSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "rrxdlyijcfarijwp")
suspend fun tagSpecifications(vararg argument: suspend ServiceEbsTagSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "sjjltkvqjkqrwgcf")
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.