labels

@JvmName(name = "wxmvtmcsvnbjvhlm")
suspend fun labels(value: Output<Map<String, String>>)
@JvmName(name = "oiqelymewrbcogor")
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 = "csopjmdtxsotuhbv")
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.