tagSpecifications

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


@JvmName(name = "ubyegfeirvxbruhg")
suspend fun tagSpecifications(values: List<Output<ServiceEbsTagSpecificationArgs>>)
@JvmName(name = "ubwfvdulfasjsgvt")
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 = "comtqifgdxdoejmo")
suspend fun tagSpecifications(argument: List<suspend ServiceEbsTagSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "afwdvsvarhjrxodk")
suspend fun tagSpecifications(vararg argument: suspend ServiceEbsTagSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "oxxtjvbojjmvrwhb")
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.