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

PrivateClusterConfig

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

Configuration options for private workstation clusters.

interface PrivateClusterConfig {
allowedProjects?: string[];
readonly clusterHostname?: string;
enablePrivateEndpoint?: boolean;
readonly serviceAttachmentUri?: string;
}

§Properties

§
allowedProjects?: string[]
[src]

Optional. Additional projects that are allowed to attach to the workstation cluster's service attachment. By default, the workstation cluster's project and the VPC host project (if different) are allowed.

§
readonly clusterHostname?: string
[src]

Output only. Hostname for the workstation cluster. This field will be populated only when private endpoint is enabled. To access workstations in the workstation cluster, create a new DNS zone mapping this domain name to an internal IP address and a forwarding rule mapping that address to the service attachment.

§
enablePrivateEndpoint?: boolean
[src]

Immutable. Whether Workstations endpoint is private.

§
readonly serviceAttachmentUri?: string
[src]

Output only. Service attachment URI for the workstation cluster. The service attachemnt is created when private endpoint is enabled. To access workstations in the workstation cluster, configure access to the managed service using Private Service Connect.