tag Specifications
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.
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.
suspend fun tagSpecifications(argument: List<suspend ServiceEbsTagSpecificationArgsBuilder.() -> Unit>)
suspend fun tagSpecifications(vararg 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.