aws.route53.get_reusable_delegation_set_limit
Example SQL Queries
SELECT * FROMaws.route53.get_reusable_delegation_set_limitWHERE"type" = 'VALUE'AND "delegation_set_id" = 'VALUE';Description
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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| delegation_set_id Required Input Column The ID of the delegation set that you want to get the limit for. | VARCHAR |
| type Required Input Column 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. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| count The current number of hosted zones that you can associate with the specified reusable delegation set. | BIGINT |
| limit The current setting for the limit on hosted zones that you can associate with the specified reusable delegation set. | STRUCT( |
Show child fields
| |