properties

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

Parameters

value

A mapping of property names to values, used to configure Hadoop. Properties that conflict with values set by the Dataproc API may be overwritten. Can include properties set in /etc/hadoop/conf/*-site and classes in user code. */


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

Parameters

values

A mapping of property names to values, used to configure Hadoop. Properties that conflict with values set by the Dataproc API may be overwritten. Can include properties set in /etc/hadoop/conf/*-site and classes in user code. */