Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

GetReusableDelegationSetLimit - Amazon Route 53

GetReusableDelegationSetLimit

Gets the maximum number of hosted zones that you can associate with the specified reusable delegation set.

For the default limit, see Limits in the Amazon Route 53 Developer Guide. To request a higher limit, open a case.

Request Syntax

GET /2013-04-01/reusabledelegationsetlimit/Id/Type HTTP/1.1

URI Request Parameters

The request uses the following URI parameters.

Id

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

Length Constraints: Maximum length of 32.

Required: Yes

Type

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.

Valid Values: MAX_ZONES_BY_REUSABLE_DELEGATION_SET

Required: Yes

Request Body

The request does not have a request body.

Response Syntax

HTTP/1.1 200 <?xml version="1.0" encoding="UTF-8"?> <GetReusableDelegationSetLimitResponse> <Count>long</Count> <Limit> <Type>string</Type> <Value>long</Value> </Limit> </GetReusableDelegationSetLimitResponse>

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in XML format by the service.

GetReusableDelegationSetLimitResponse

Root level tag for the GetReusableDelegationSetLimitResponse parameters.

Required: Yes

Count

The current number of hosted zones that you can associate with the specified reusable delegation set.

Type: Long

Valid Range: Minimum value of 0.

Limit

The current setting for the limit on hosted zones that you can associate with the specified reusable delegation set.

Type: ReusableDelegationSetLimit object

Errors

For information about the errors that are common to all actions, see Common Errors.

InvalidInput

The input is not valid.

HTTP Status Code: 400

NoSuchDelegationSet

A reusable delegation set with the specified ID does not exist.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.