aws.ec2.get_managed_prefix_list_entries
Example SQL Queries
SELECT * FROMaws.ec2.get_managed_prefix_list_entriesWHERE"prefix_list_id" = 'VALUE';Description
Gets information about the entries for a specified managed prefix list.
Table Definition
| Column Name | Column Data Type |
|---|---|
| prefix_list_id Required Input Column The ID of the prefix list. | VARCHAR |
| 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 |
| target_version Input Column The version of the prefix list for which to return the entries. The default is the current version. | BIGINT |
| _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 |
| cidr The CIDR block. | VARCHAR |
| description The description. | VARCHAR |