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

GoogleCloudAiplatformV1PrivateServiceConnectConfig

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

Represents configuration for private service connect.

interface GoogleCloudAiplatformV1PrivateServiceConnectConfig {
enablePrivateServiceConnect?: boolean;
projectAllowlist?: string[];
}

§Properties

§
enablePrivateServiceConnect?: boolean
[src]

Required. If true, expose the IndexEndpoint via private service connect.

§
projectAllowlist?: string[]
[src]

A list of Projects from which the forwarding rule will target the service attachment.