Connection Spark Args
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
(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.