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

PscConfig

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

PscConfig contains PSC related configuration at a cluster level.

interface PscConfig {
pscEnabled?: boolean;
}

§Properties

§
pscEnabled?: boolean
[src]

Optional. Create an instance that allows connections from Private Service Connect endpoints to the instance.