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

PrivateConnectivity

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

Private Connectivity

interface PrivateConnectivity {
privateConnection?: string;
}

§Properties

§
privateConnection?: string
[src]

Required. A reference to a private connection resource. Format: projects/{project}/locations/{location}/privateConnections/{name}