properties

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

Parameters

value

Configuration properties as a set of key/value pairs, which will be passed on to the Spark application. For more information, see Apache Spark and the procedure option list.


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

Parameters

values

Configuration properties as a set of key/value pairs, which will be passed on to the Spark application. For more information, see Apache Spark and the procedure option list.