paws.networking (version 0.1.6)

route53_get_hosted_zone_limit: 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.

Usage

route53_get_hosted_zone_limit(Type, HostedZoneId)

Arguments

Type

[required] 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.

HostedZoneId

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

Request syntax

svc$get_hosted_zone_limit(
  Type = "MAX_RRSETS_BY_ZONE"|"MAX_VPCS_ASSOCIATED_BY_ZONE",
  HostedZoneId = "string"
)

Details

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