PeripheralsConfigArgs

data class PeripheralsConfigArgs(val metastoreService: Output<String>? = null, val sparkHistoryServerConfig: Output<SparkHistoryServerConfigArgs>? = null) : ConvertibleToJava<PeripheralsConfigArgs>

Auxiliary services configuration for a workload.

Constructors

Link copied to clipboard
constructor(metastoreService: Output<String>? = null, sparkHistoryServerConfig: Output<SparkHistoryServerConfigArgs>? = null)

Properties

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

Optional. Resource name of an existing Dataproc Metastore service.Example: projects/project_id/locations/region/services/service_id

Link copied to clipboard

Optional. The Spark History Server configuration for the workload.

Functions

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