prefix_lists_list_only
Lists prefix_lists
in a region or regions, for all properties use prefix_lists
Overview
Name | prefix_lists_list_only |
Type | Resource |
Description | Resource schema of AWS::EC2::PrefixList Type |
Id | aws.ec2.prefix_lists_list_only |
Fields
Name | Datatype | Description |
---|---|---|
prefix_list_id | string | Id of Prefix List. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all prefix_lists
in a region.
SELECT
region,
prefix_list_id
FROM aws.ec2.prefix_lists_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the prefix_lists_list_only
resource, see prefix_lists