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[];
readonly serviceAttachment?: 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.

§

Optional. List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only.

§
readonly serviceAttachment?: string
[src]

Output only. The name of the generated service attachment resource. This is only populated if the endpoint is deployed with PrivateServiceConnect.