Skip to main content

prefix_lists_list_only

Lists prefix_lists in a region or regions, for all properties use prefix_lists

Overview

Nameprefix_lists_list_only
TypeResource
DescriptionResource schema of AWS::EC2::PrefixList Type
Idaws.ec2.prefix_lists_list_only

Fields

NameDatatypeDescription
prefix_list_idstringId of Prefix List.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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