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

EndpointConfig

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

Endpoint config for this cluster

interface EndpointConfig {
enableHttpPortAccess?: boolean;
readonly httpPorts?: {
[key: string]: string;
}
;
}

§Properties

§
enableHttpPortAccess?: boolean
[src]

Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.

§
readonly httpPorts?: {
[key: string]: string;
}
[src]

Output only. The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.