aws.ds.list_ip_routes
Example SQL Queries
SELECT * FROMaws.ds.list_ip_routesWHERE"directory_id" = 'VALUE';Description
Lists the address blocks that you have added to a directory.
Table Definition
| Column Name | Column Data Type |
|---|---|
| directory_id Required Input Column Identifier (ID) of the directory associated with the IP addresses. | 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 |
| added_date_time The date and time the address block was added to the directory. | TIMESTAMP_S |
| cidr_ip IP address block in the IpRoute. | VARCHAR |
| description Description of the IpRouteInfo. | VARCHAR |
| ip_route_status_msg The status of the IP address block. | VARCHAR |
| ip_route_status_reason The reason for the IpRouteStatusMsg. | VARCHAR |