GetHostedZoneLimit
In this article:
GetHostedZoneLimit#
Description#
Request for DNS zone quota.
Request Parameters#
HostedZoneId — The DNS zone ID.
Type: String
Required: Yes
Type — The type of quota for a DNS zone.
Type: String
Required: Yes
Valid values:
MAX_RRSETS_BY_ZONE
|MAX_VPCS_ASSOCIATED_BY_ZONE
Response Elements#
Count — The number of created entities of the specified type.
Type: Integer
Limit — The DNS zone quota.
Type: HostedZoneLimit object
Examples#
c2-route53 GetHostedZoneLimit HostedZoneId z-xxxxxxxx Type MAX_RRSETS_BY_ZONE
c2-route53 GetHostedZoneLimit HostedZoneId z-xxxxxxxx Type MAX_VPCS_ASSOCIATED_BY_ZONE