Skip to main content

network_acl

Gets an individual network_acl resource

Overview

Namenetwork_acl
TypeResource
Descriptionnetwork_acl
Idawscc.ec2.network_acl

Fields

NameDatatypeDescription
idstring
tagsarrayThe tags to assign to the network ACL.
vpc_idstringThe ID of the VPC.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id,
tags,
vpc_id
FROM awscc.ec2.network_acl
WHERE data__Identifier = '<Id>';

Permissions

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

Read

ec2:DescribeNetworkAcls,
ec2:DescribeTags

Update

ec2:DescribeNetworkAcls,
ec2:DeleteTags,
ec2:CreateTags

Delete

ec2:DeleteTags,
ec2:DeleteNetworkAcl,
ec2:DescribeNetworkAcls