SparkHistoryServerConfigArgs

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

Spark History Server configuration for the workload.

Constructors

Link copied to clipboard
fun SparkHistoryServerConfigArgs(dataprocCluster: Output<String>? = null)

Functions

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

Properties

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

Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.Example: projects/project_id/regions/region/clusters/cluster_name