sparkEnvironmentVariables

@JvmName(name = "jfqelcuffcjyvmft")
suspend fun sparkEnvironmentVariables(value: Output<Map<String, String>>)
@JvmName(name = "tehemhulrebxgjnx")
suspend fun sparkEnvironmentVariables(value: Map<String, String>?)

Parameters

value

User-specified Spark environment variables key-value pairs.


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

Parameters

values

User-specified Spark environment variables key-value pairs.