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

DisassociateVPCFromHostedZoneRequest

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

A complex type that contains information about the VPC that you want to disassociate from a specified private hosted zone.

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

§Properties

§
Comment?: string | null
[src]

Optional: A comment about the disassociation request.

§
HostedZoneId: string
[src]

The ID of the private hosted zone that you want to disassociate a VPC from.

§

A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.