properties

@JvmName(name = "ewynxxpnhouvpisw")
suspend fun properties(value: Output<Map<String, String>>)
@JvmName(name = "bpymxgovftbgeuax")
suspend fun properties(value: Map<String, String>?)

Parameters

value

Optional. Override to common configuration of open source components installed on the Dataproc cluster. The properties to set on daemon config files. Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. For more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).


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

Parameters

values

Optional. Override to common configuration of open source components installed on the Dataproc cluster. The properties to set on daemon config files. Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. For more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).