View source: R/route53_operations.R
route53_list_resource_record_sets | R Documentation |
Lists the resource record sets in a specified hosted zone.
See https://www.paws-r-sdk.com/docs/route53_list_resource_record_sets/ for full documentation.
route53_list_resource_record_sets(
HostedZoneId,
StartRecordName = NULL,
StartRecordType = NULL,
StartRecordIdentifier = NULL,
MaxItems = NULL
)
HostedZoneId |
[required] The ID of the hosted zone that contains the resource record sets that you want to list. |
StartRecordName |
The first name in the lexicographic ordering of resource record sets
that you want to list. If the specified record name doesn't exist, the
results begin with the first resource record set that has a name greater
than the value of |
StartRecordType |
The type of resource record set to begin the record listing from. Valid values for basic resource record sets: Values for weighted, latency, geolocation, and failover resource record
sets: Values for alias resource record sets:
Constraint: Specifying |
StartRecordIdentifier |
Resource record sets that have a routing policy other than simple: If
results were truncated for a given DNS name and type, specify the value
of |
MaxItems |
(Optional) The maximum number of resource records sets to include in the
response body for this request. If the response includes more than
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.