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

GetHostedZoneLimitRequest

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

A complex type that contains information about the request to create a hosted zone.

interface GetHostedZoneLimitRequest {
HostedZoneId: string;
}

§Properties

§
HostedZoneId: string
[src]

The ID of the hosted zone that you want to get a limit for.

§

The limit that you want to get. Valid values include the following:

  • MAX_RRSETS_BY_ZONE: The maximum number of records that you can create in the specified hosted zone.
  • MAX_VPCS_ASSOCIATED_BY_ZONE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.