aws.route53resolver.list_resolver_endpoint_ip_addresses
Example SQL Queries
SELECT * FROMaws.route53resolver.list_resolver_endpoint_ip_addressesWHERE"resolver_endpoint_id" = 'VALUE';Description
Gets the IP addresses for a specified Resolver endpoint.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resolver_endpoint_id Required Input Column The ID of the Resolver endpoint that you want to get IP addresses 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| ip_addresses Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). | STRUCT( |
Show child fields
| |
| max_results The value that you specified for MaxResults in the request. | BIGINT |