prefix_list_tags
Expands all tag keys and values for prefix_lists
in a region
Overview
Name | prefix_list_tags |
Type | Resource |
Description | Resource schema of AWS::EC2::PrefixList Type |
Id | aws.ec2.prefix_list_tags |
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. |
entries | array | Entries of Prefix List. |
arn | string | The Amazon Resource Name (ARN) of the Prefix List. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all prefix_lists
in a region.
SELECT
region,
prefix_list_name,
prefix_list_id,
owner_id,
address_family,
max_entries,
version,
entries,
arn,
tag_key,
tag_value
FROM aws.ec2.prefix_list_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the prefix_list_tags
resource, see prefix_lists