aws.ec2.get_managed_prefix_list_associations
Example SQL Queries
SELECT * FROMaws.ec2.get_managed_prefix_list_associationsWHERE"prefix_list_id" = 'VALUE';Description
Gets information about the resources that are associated with the 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 |
| _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 |
| resource_id The ID of the resource. | VARCHAR |
| resource_owner The owner of the resource. | VARCHAR |