View source: R/route53_operations.R
route53_list_hosted_zones | R Documentation |
Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services account. The response includes a HostedZones
child element for each hosted zone.
See https://www.paws-r-sdk.com/docs/route53_list_hosted_zones/ for full documentation.
route53_list_hosted_zones(
Marker = NULL,
MaxItems = NULL,
DelegationSetId = NULL,
HostedZoneType = NULL
)
Marker |
If the value of For the value of If the value of |
MaxItems |
(Optional) The maximum number of hosted zones that you want Amazon Route
53 to return. If you have more than |
DelegationSetId |
If you're using reusable delegation sets and you want to list all of the hosted zones that are associated with a reusable delegation set, specify the ID of that reusable delegation set. |
HostedZoneType |
(Optional) Specifies if the hosted zone is private. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.