labels

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

Parameters

value

Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.


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

Parameters

values

Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.