GdcApplicationEnvironmentSparkApplicationEnvironmentConfigArgs

data class GdcApplicationEnvironmentSparkApplicationEnvironmentConfigArgs(val defaultProperties: Output<Map<String, String>>? = null, val defaultVersion: Output<String>? = null) : ConvertibleToJava<GdcApplicationEnvironmentSparkApplicationEnvironmentConfigArgs>

Constructors

constructor(defaultProperties: Output<Map<String, String>>? = null, defaultVersion: Output<String>? = null)

Properties

Link copied to clipboard
val defaultProperties: Output<Map<String, String>>? = null

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

Link copied to clipboard
val defaultVersion: Output<String>? = null

The default Dataproc version to use for applications submitted to this application environment

Functions

Link copied to clipboard
open override fun toJava(): GdcApplicationEnvironmentSparkApplicationEnvironmentConfigArgs