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

ListHostedZonesByVPCRequest

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

Lists all the private hosted zones that a specified VPC is associated with, regardless of which Amazon Web Services account created the hosted zones.

interface ListHostedZonesByVPCRequest {
MaxItems?: string | null;
NextToken?: string | null;
VPCId: string;
VPCRegion: VPCRegion;
}

§Properties

§
MaxItems?: string | null
[src]

(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return. If the specified VPC is associated with more than MaxItems hosted zones, the response includes a NextToken element. NextToken contains an encrypted token that identifies the first hosted zone that Route 53 will return if you submit another request.

§
NextToken?: string | null
[src]

If the previous response included a NextToken element, the specified VPC is associated with more hosted zones. To get more hosted zones, submit another ListHostedZonesByVPC request.

For the value of NextToken, specify the value of NextToken from the previous response.

If the previous response didn't include a NextToken element, there are no more hosted zones to get.

§
VPCId: string
[src]

The ID of the Amazon VPC that you want to list hosted zones for.

§
VPCRegion: VPCRegion
[src]

For the Amazon VPC that you specified for VPCId, the Amazon Web Services Region that you created the VPC in.