Skip to content

/AWS1/CL_R53=>GETHOSTEDZONELIMIT()

About GetHostedZoneLimit

Gets the specified limit for a specified hosted zone, for example, the maximum number of records that you can create in the hosted zone.

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

Method Signature

IMPORTING

Required arguments:

IV_TYPE TYPE /AWS1/R53HOSTEDZONELIMITTYPE /AWS1/R53HOSTEDZONELIMITTYPE

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.

IV_HOSTEDZONEID TYPE /AWS1/R53RESOURCEID /AWS1/R53RESOURCEID

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

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_R53GETHOSTEDZONELMT01 /AWS1/CL_R53GETHOSTEDZONELMT01