View source: R/route53_operations.R
route53_list_hosted_zones_by_name | R Documentation |
Retrieves 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.
route53_list_hosted_zones_by_name(
DNSName = NULL,
HostedZoneId = NULL,
MaxItems = NULL
)
DNSName |
(Optional) For your first request to
|
HostedZoneId |
(Optional) For your first request to
If you have more hosted zones than the value of |
MaxItems |
The maximum number of hosted zones to be included in the response body
for this request. If you have more than |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.