properties

@JvmName(name = "vcmwwbcmlqwcaviw")
suspend fun properties(value: Output<Map<String, String>>)
@JvmName(name = "uinrpbrxjjsxftru")
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 = "nepoumjwnmpboett")
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.