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/datamigration:v1.ts";

The VPC peering configuration is used to create VPC peering with the consumer's VPC.

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

§Properties

§
subnet?: string
[src]

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

§
vpcName?: string
[src]

Required. Fully qualified name of the VPC that Database Migration Service will peer to.