network_acl_tags
Expands all tag keys and values for network_acls in a region
Overview
| Name | network_acl_tags |
| Type | Resource |
| Description | Specifies a network ACL for your VPC. To add a network ACL entry, see [AWS::EC2::NetworkAclEntry](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkaclentry.html). |
| Id | aws.ec2.network_acl_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
vpc_id | string | The ID of the VPC for the network ACL. |
id | string | |
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 network_acls in a region.
SELECT
region,
vpc_id,
id,
tag_key,
tag_value
FROM aws.ec2.network_acl_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the network_acl_tags resource, see network_acls