sparkEnvironmentVariables

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

Parameters

value

User-specified Spark environment variables key-value pairs.


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

Parameters

values

User-specified Spark environment variables key-value pairs.