aws.route53.get_reusable_delegation_set
Example SQL Queries
SELECT * FROMaws.route53.get_reusable_delegation_setWHERE"id" = 'VALUE';Description
Retrieves information about a specified reusable delegation set, including the four name servers that are assigned to the delegation set.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The ID of the reusable delegation set that you want to get a list of name servers for. | 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_set A complex type that contains information about the reusable delegation set. | STRUCT( |
Show child fields
| |