network_acl
Gets an individual network_acl
resource
Overview
Name | network_acl |
Type | Resource |
Description | network_acl |
Id | awscc.ec2.network_acl |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
tags | array | The tags to assign to the network ACL. |
vpc_id | string | The ID of the VPC. |
region | string | AWS 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