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

VpcPeeringConfig

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

The VPC Peering configuration is used to create VPC peering between Datastream and the consumer's VPC.

interface VpcPeeringConfig {
subnet?: string;
vpc?: string;
}

§Properties

§
subnet?: string
[src]

Required. A free subnet for peering. (CIDR of /29)

§
vpc?: string
[src]

Required. Fully qualified name of the VPC that Datastream will peer to. Format: projects/{project}/global/{networks}/{name}