aws.route53.list_reusable_delegation_sets
Example SQL Queries
SELECT * FROMaws.route53.list_reusable_delegation_sets;Description
Retrieves a list of the reusable delegation sets that are associated with the current Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| marker Input Column For the second and subsequent calls to ListReusableDelegationSets, Marker is the value that you specified for the marker parameter in the request that produced the current response. | VARCHAR |
| max_items Input Column The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that produced the current response. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| delegation_sets A complex type that contains one DelegationSet element for each reusable delegation set that was created by the current Amazon Web Services account. | STRUCT( |
Show child fields
| |
| is_truncated A flag that indicates whether there are more reusable delegation sets to be listed. | BOOLEAN |
| next_marker If IsTruncated is true, the value of NextMarker identifies the next reusable delegation set that Amazon Route 53 will return if you submit another ListReusableDelegationSets request and specify the value of NextMarker in the marker parameter. | VARCHAR |