Retrieves a list of your hosted zones in lexicographic order
Source:R/route53_operations.R
route53_list_hosted_zones_by_name.RdRetrieves a list of your hosted zones in lexicographic order. The response includes a HostedZones child element for each hosted zone created by the current Amazon Web Services account.
See https://www.paws-r-sdk.com/docs/route53_list_hosted_zones_by_name/ for full documentation.
Arguments
- DNSName
(Optional) For your first request to
list_hosted_zones_by_name, include thednsnameparameter only if you want to specify the name of the first hosted zone in the response. If you don't include thednsnameparameter, Amazon Route 53 returns all of the hosted zones that were created by the current Amazon Web Services account, in ASCII order. For subsequent requests, include bothdnsnameandhostedzoneidparameters. Fordnsname, specify the value ofNextDNSNamefrom the previous response.- HostedZoneId
(Optional) For your first request to
list_hosted_zones_by_name, do not include thehostedzoneidparameter.If you have more hosted zones than the value of
maxitems,list_hosted_zones_by_namereturns only the firstmaxitemshosted zones. To get the next group ofmaxitemshosted zones, submit another request tolist_hosted_zones_by_nameand include bothdnsnameandhostedzoneidparameters. For the value ofhostedzoneid, specify the value of theNextHostedZoneIdelement from the previous response.- MaxItems
The maximum number of hosted zones to be included in the response body for this request. If you have more than
maxitemshosted zones, then the value of theIsTruncatedelement in the response is true, and the values ofNextDNSNameandNextHostedZoneIdspecify the first hosted zone in the next group ofmaxitemshosted zones.