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

PscInstanceConfig

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

PscInstanceConfig contains PSC related configuration at an instance level.

interface PscInstanceConfig {
allowedConsumerProjects?: string[];
pscAutoConnections?: PscAutoConnectionConfig[];
readonly pscDnsName?: string;
pscInterfaceConfigs?: PscInterfaceConfig[];
readonly serviceAttachmentLink?: string;
}

§Properties

§
allowedConsumerProjects?: string[]
[src]

Optional. List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.

§
pscAutoConnections?: PscAutoConnectionConfig[]
[src]

Optional. Configurations for setting up PSC service automation.

§
readonly pscDnsName?: string
[src]

Output only. The DNS name of the instance for PSC connectivity. Name convention: ...alloydb-psc.goog

§
pscInterfaceConfigs?: PscInterfaceConfig[]
[src]

Optional. Configurations for setting up PSC interfaces attached to the instance which are used for outbound connectivity. Only primary instances can have PSC interface attached. Currently we only support 0 or 1 PSC interface.