network_acls
Retrieves a list of network_acls
in a region
Overview
Name | network_acls |
Type | Resource |
Description | network_acls |
Id | awscc.ec2.network_acls |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id
FROM awscc.ec2.network_acls
WHERE region = 'us-east-1'
Permissions
To operate on the network_acls
resource, the following permissions are required:
Create
ec2:CreateNetworkAcl,
ec2:DescribeNetworkAcls,
ec2:CreateTags
List
ec2:DescribeNetworkAcls