labels

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