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

GetReusableDelegationSetLimitRequest

import type { GetReusableDelegationSetLimitRequest } 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 GetReusableDelegationSetLimitRequest {
DelegationSetId: string;
}

§Properties

§
DelegationSetId: string
[src]

The ID of the delegation set that you want to get the limit for.

§

Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum number of hosted zones that you can associate with the specified reusable delegation set.