tags

@JvmName(name = "ddgfxjbwvfppnwri")
suspend fun tags(value: Output<Map<String, String>>)
@JvmName(name = "fsfovppusdodkxnr")
suspend fun tags(value: Map<String, String>?)

Parameters

value

A mapping of tags to assign to the resource.

Note: It is highly recommended to use the lifecycle property as noted in the example since it will prevent an accidental deletion of the volume if the protocols argument changes to a different protocol type.


@JvmName(name = "udqjaentfybkyrdh")
fun tags(vararg values: Pair<String, String>)

Parameters

values

A mapping of tags to assign to the resource.

Note: It is highly recommended to use the lifecycle property as noted in the example since it will prevent an accidental deletion of the volume if the protocols argument changes to a different protocol type.