aws.route53resolver.list_resolver_configs
Example SQL Queries
SELECT * FROMaws.route53resolver.list_resolver_configs;Description
Retrieves the Resolver configurations that you have defined. Route 53 Resolver uses the configurations to manage DNS resolution behavior for your VPCs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| autodefined_reverse The status of whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. The status can be one of following:
| VARCHAR |
| id ID for the Resolver configuration. | VARCHAR |
| owner_id The owner account ID of the Amazon Virtual Private Cloud VPC. | VARCHAR |
| resource_id The ID of the Amazon Virtual Private Cloud VPC that you're configuring Resolver for. | VARCHAR |