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_name | string | Name of Prefix List. |
prefix_list_id | string | Id of Prefix List. |
owner_id | string | Owner Id of Prefix List. |
address_family | string | Ip Version of Prefix List. |
max_entries | integer | Max Entries of Prefix List. |
version | integer | Version of Prefix List. |
tags | array | Tags for Prefix List |
entries | array | Entries of Prefix List. |
arn | string | The Amazon Resource Name (ARN) of the 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