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

AssociateVPCWithHostedZoneRequest

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

A complex type that contains information about the request to associate a VPC with a private hosted zone.

interface AssociateVPCWithHostedZoneRequest {
Comment?: string | null;
HostedZoneId: string;
VPC: VPC;
}

§Properties

§
Comment?: string | null
[src]

Optional: A comment about the association request.

§
HostedZoneId: string
[src]

The ID of the private hosted zone that you want to associate an Amazon VPC with.

Note that you can't associate a VPC with a hosted zone that doesn't have an existing VPC association.

§

A complex type that contains information about the VPC that you want to associate with a private hosted zone.