ConnectionSparkSparkHistoryServerConfigArgs

data class ConnectionSparkSparkHistoryServerConfigArgs(val dataprocCluster: Output<String>? = null) : ConvertibleToJava<ConnectionSparkSparkHistoryServerConfigArgs>

Constructors

constructor(dataprocCluster: Output<String>? = null)

Properties

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

Resource name of an existing Dataproc Cluster to act as a Spark History Server for the connection if the form of projects/projectId/regions/region/clusters/cluster_name.

Functions

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