labels

@JvmName(name = "suyqiobukvxeikgy")
suspend fun labels(value: Output<Map<String, String>>)
@JvmName(name = "jxyxkksitqrwyudf")
suspend fun labels(value: Map<String, String>?)

Parameters

value

Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.


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

Parameters

values

Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.