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

VPC

import type { VPC } from "https://aws-api.deno.dev/v0.4/services/route53.ts?docs=full";

(Private hosted zones only) A complex type that contains information about an Amazon VPC.

If you associate a private hosted zone with an Amazon VPC when you make a CreateHostedZone request, the following parameters are also required.

interface VPC {
VPCId?: string | null;
VPCRegion?: VPCRegion | null;
}

§Properties

§
VPCId?: string | null
[src]
§
VPCRegion?: VPCRegion | null
[src]

(Private hosted zones only) The region that an Amazon VPC was created in.