properties

@JvmName(name = "tetqlxvnwyoqsnqm")
suspend fun properties(value: Output<Map<String, String>>)
@JvmName(name = "phijougcptybgnfe")
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. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.


@JvmName(name = "wnmnqreyckfitxew")
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. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.