ConnectionSparkArgs

data class ConnectionSparkArgs(val metastoreServiceConfig: Output<ConnectionSparkMetastoreServiceConfigArgs>? = null, val serviceAccountId: Output<String>? = null, val sparkHistoryServerConfig: Output<ConnectionSparkSparkHistoryServerConfigArgs>? = null) : ConvertibleToJava<ConnectionSparkArgs>

Constructors

Link copied to clipboard
constructor(metastoreServiceConfig: Output<ConnectionSparkMetastoreServiceConfigArgs>? = null, serviceAccountId: Output<String>? = null, sparkHistoryServerConfig: Output<ConnectionSparkSparkHistoryServerConfigArgs>? = null)

Properties

Link copied to clipboard

Dataproc Metastore Service configuration for the connection. Structure is documented below.

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

(Output) The account ID of the service created for the purpose of this connection.

Link copied to clipboard

Spark History Server configuration for the connection. Structure is documented below.

Functions

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