labels

@JvmName(name = "qgctbduntqdcvwih")
suspend fun labels(value: Output<Map<String, String>>)
@JvmName(name = "nunootoqpvnxnqcn")
suspend fun labels(value: Map<String, String>)

Parameters

value

Values for all of the labels listed in the associated monitored resource descriptor. For example, Compute Engine VM instances use the labels "project_id", "instance_id", and "zone".


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

Parameters

values

Values for all of the labels listed in the associated monitored resource descriptor. For example, Compute Engine VM instances use the labels "project_id", "instance_id", and "zone".