labels

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

Parameters

value

The list of labels (key/value pairs) to be applied to instances in the cluster. GCP generates some itself including goog-dataproc-cluster-name which is the name of the cluster.


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

Parameters

values

The list of labels (key/value pairs) to be applied to instances in the cluster. GCP generates some itself including goog-dataproc-cluster-name which is the name of the cluster.