tags

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

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 = "akvygiwgxcvrwicp")
fun tags(vararg values: Pair<String, String>)

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\"}"