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/sqladmin:v1.ts";

PSC settings for a Cloud SQL instance.

interface PscConfig {
allowedConsumerProjects?: string[];
networkAttachmentUri?: string;
pscAutoConnections?: PscAutoConnectionConfig[];
pscEnabled?: boolean;
}

§Properties

§
allowedConsumerProjects?: string[]
[src]

Optional. The list of consumer projects that are allow-listed for PSC connections to this instance. This instance can be connected to with PSC from any network in these projects. Each consumer project in this list may be represented by a project number (numeric) or by a project id (alphanumeric).

§
networkAttachmentUri?: string
[src]

Optional. The network attachment of the consumer network that the Private Service Connect enabled Cloud SQL instance is authorized to connect via PSC interface. format: projects/PROJECT/regions/REGION/networkAttachments/ID

§
pscAutoConnections?: PscAutoConnectionConfig[]
[src]

Optional. The list of settings for requested Private Service Connect consumer endpoints that can be used to connect to this Cloud SQL instance.

§
pscEnabled?: boolean
[src]

Whether PSC connectivity is enabled for this instance.