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

ListVPCAssociationAuthorizationsRequest

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

A complex type that contains information about that can be associated with your hosted zone.

interface ListVPCAssociationAuthorizationsRequest {
HostedZoneId: string;
MaxResults?: string | null;
NextToken?: string | null;
}

§Properties

§
HostedZoneId: string
[src]

The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.

§
MaxResults?: string | null
[src]

Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to return. If you don't specify a value for MaxResults, Route 53 returns up to 50 VPCs per page.

§
NextToken?: string | null
[src]

Optional: If a response includes a NextToken element, there are more VPCs that can be associated with the specified hosted zone. To get the next page of results, submit another request, and include the value of NextToken from the response in the nexttoken parameter in another ListVPCAssociationAuthorizations request.