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_namestringName of Prefix List.
prefix_list_idstringId of Prefix List.
owner_idstringOwner Id of Prefix List.
address_familystringIp Version of Prefix List.
max_entriesintegerMax Entries of Prefix List.
versionintegerVersion of Prefix List.
tagsarrayTags for Prefix List
entriesarrayEntries of Prefix List.
arnstringThe Amazon Resource Name (ARN) of the 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