route53_list_hosted_zones_by_name: Retrieves a list of your hosted zones in lexicographic order

View source: R/route53_operations.R

route53_list_hosted_zones_by_nameR Documentation

Retrieves a list of your hosted zones in lexicographic order

Description

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.

Usage

route53_list_hosted_zones_by_name(
  DNSName = NULL,
  HostedZoneId = NULL,
  MaxItems = NULL
)

Arguments

DNSName

(Optional) For your first request to list_hosted_zones_by_name, include the dnsname parameter only if you want to specify the name of the first hosted zone in the response. If you don't include the dnsname parameter, 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 both dnsname and hostedzoneid parameters. For dnsname, specify the value of NextDNSName from the previous response.

HostedZoneId

(Optional) For your first request to list_hosted_zones_by_name, do not include the hostedzoneid parameter.

If you have more hosted zones than the value of maxitems, list_hosted_zones_by_name returns only the first maxitems hosted zones. To get the next group of maxitems hosted zones, submit another request to list_hosted_zones_by_name and include both dnsname and hostedzoneid parameters. For the value of hostedzoneid, specify the value of the NextHostedZoneId element 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 maxitems hosted zones, then the value of the IsTruncated element in the response is true, and the values of NextDNSName and NextHostedZoneId specify the first hosted zone in the next group of maxitems hosted zones.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.