tags

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

Parameters

value

A map of tags assigned to the DB instances. Note: Before 1.60.0, the value's format is a json string which including TagKey and TagValue. TagKey cannot be null, and TagValue can be empty. Format example "{\"key1\":\"value1\"}"


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

Parameters

values

A map of tags assigned to the DB instances. Note: Before 1.60.0, the value's format is a json string which including TagKey and TagValue. TagKey cannot be null, and TagValue can be empty. Format example "{\"key1\":\"value1\"}"