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

PeripheralsConfig

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

Auxiliary services configuration for a workload.

interface PeripheralsConfig {
metastoreService?: string;
sparkHistoryServerConfig?: SparkHistoryServerConfig;
}

§Properties

§
metastoreService?: string
[src]

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

§
sparkHistoryServerConfig?: SparkHistoryServerConfig
[src]

Optional. The Spark History Server configuration for the workload.