labels

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

Parameters

value

Labels are identified by key/value pairs in this map. A VM should contain all the key/value pairs specified in this map to be selected.


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

Parameters

values

Labels are identified by key/value pairs in this map. A VM should contain all the key/value pairs specified in this map to be selected.