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

EnvironmentConfig

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

Environment configuration for a workload.

interface EnvironmentConfig {
executionConfig?: ExecutionConfig;
peripheralsConfig?: PeripheralsConfig;
}

§Properties

§
executionConfig?: ExecutionConfig
[src]

Optional. Execution configuration for a workload.

§
peripheralsConfig?: PeripheralsConfig
[src]

Optional. Peripherals configuration that workload has access to.