PscConfig
import type { PscConfig } from "https://googleapis.deno.dev/v1/looker:v1.ts";
Information for Private Service Connect (PSC) setup for a Looker instance.
interface PscConfig {
allowedVpcs?: string[];
readonly lookerServiceAttachmentUri?: string;
serviceAttachments?: ServiceAttachment[];
}§Properties
§
allowedVpcs?: string[]
[src]Optional. List of VPCs that are allowed ingress into looker. Format: projects/{project}/global/networks/{network}
§
readonly lookerServiceAttachmentUri?: string
[src]Output only. URI of the Looker service attachment.
§
serviceAttachments?: ServiceAttachment[]
[src]Optional. List of egress service attachment configurations.