properties

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

Parameters

value

Optional. Spark properties to provide configuration for use in sessions created for this environment. The properties to set on daemon config files. Property keys are specified in prefix:property format. The prefix must be "spark".


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

Parameters

values

Optional. Spark properties to provide configuration for use in sessions created for this environment. The properties to set on daemon config files. Property keys are specified in prefix:property format. The prefix must be "spark".