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

NetworkingConfig

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

Configuration options for networking connections in the Composer 2 environment.

interface NetworkingConfig {
connectionType?: "CONNECTION_TYPE_UNSPECIFIED" | "VPC_PEERING" | "PRIVATE_SERVICE_CONNECT";
}

§Properties

§
connectionType?: "CONNECTION_TYPE_UNSPECIFIED" | "VPC_PEERING" | "PRIVATE_SERVICE_CONNECT"
[src]

Optional. Indicates the user requested specifc connection type between Tenant and Customer projects. You cannot set networking connection type in public IP environment.