Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SparkHistoryServerConfig

import type { SparkHistoryServerConfig } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";

Spark History Server configuration for the workload.

interface SparkHistoryServerConfig {
dataprocCluster?: string;
}

§Properties

§
dataprocCluster?: string
[src]

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]