defaultProperties

@JvmName(name = "xsgisjdkusylehkg")
suspend fun defaultProperties(value: Output<Map<String, String>>)
@JvmName(name = "imomvalvqijdmvtg")
suspend fun defaultProperties(value: Map<String, String>?)

Parameters

value

A map of default Spark properties to apply to workloads in this application environment. These defaults may be overridden by per-application properties.


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

Parameters

values

A map of default Spark properties to apply to workloads in this application environment. These defaults may be overridden by per-application properties.