labels

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