aws.ec2.describe_prefix_lists
Example SQL Queries
SELECT * FROMaws.ec2.describe_prefix_lists;Description
Describes available Amazon Web Services services in a prefix list format, which includes the prefix list name and prefix list ID of the service and the IP address range for the service.
We recommend that you use DescribeManagedPrefixLists instead.
Table Definition
| Column Name | Column Data Type |
|---|---|
| dry_run Input Column Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation. | BOOLEAN |
| filters Input Column One or more filters.
| STRUCT( |
Show child fields
| |
| prefix_list_ids Input Column One or more prefix list IDs. | VARCHAR[] |
Show child fields
| |
| _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 |
| cidrs The IP address range of the Amazon Web Services service. | VARCHAR[] |
Show child fields
| |
| prefix_list_id The ID of the prefix. | VARCHAR |
| prefix_list_name The name of the prefix. | VARCHAR |