tags

@JvmName(name = "lbxqbdferdewildb")
suspend fun tags(value: Output<Map<String, Any>>)
@JvmName(name = "sqpnbtjituaawyjk")
suspend fun tags(value: Map<String, Any>?)

Parameters

value

A mapping of tags to assign to the snapshot.

NOTE: If force is true, After an snapshot is deleted, the disks created from this snapshot cannot be re-initialized.


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

Parameters

values

A mapping of tags to assign to the snapshot.

NOTE: If force is true, After an snapshot is deleted, the disks created from this snapshot cannot be re-initialized.