route53_get_hosted_zone_limit {paws.networking} | R Documentation |
Gets the specified limit for a specified hosted zone, for example, the maximum number of records that you can create in the hosted zone
Description
Gets the specified limit for a specified hosted zone, for example, the maximum number of records that you can create in the hosted zone.
See https://www.paws-r-sdk.com/docs/route53_get_hosted_zone_limit/ for full documentation.
Usage
route53_get_hosted_zone_limit(Type, HostedZoneId)
Arguments
Type |
[required] The limit that you want to get. Valid values include the following:
|
HostedZoneId |
[required] The ID of the hosted zone that you want to get a limit for. |
[Package paws.networking version 0.9.0 Index]