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

CreateVPCAssociationAuthorizationRequest

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

A complex type that contains information about the request to authorize associating a VPC with your private hosted zone. Authorization is only required when a private hosted zone and a VPC were created by using different accounts.

interface CreateVPCAssociationAuthorizationRequest {
HostedZoneId: string;
VPC: VPC;
}

§Properties

§
HostedZoneId: string
[src]

The ID of the private hosted zone that you want to authorize associating a VPC with.

§

A complex type that contains the VPC ID and region for the VPC that you want to authorize associating with your hosted zone.