Skip to main content

prefix_lists

Retrieves a list of prefix_lists in a region

Overview

Nameprefix_lists
TypeResource
Descriptionprefix_lists
Idawscc.ec2.prefix_lists

Fields

NameDatatypeDescription
prefix_list_idstringId of Prefix List.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
prefix_list_id
FROM awscc.ec2.prefix_lists
WHERE region = 'us-east-1'

Permissions

To operate on the prefix_lists resource, the following permissions are required:

Create

EC2:CreateManagedPrefixList,
EC2:DescribeManagedPrefixLists,
EC2:CreateTags

List

EC2:DescribeManagedPrefixLists,
EC2:GetManagedPrefixListEntries