network_acls_list_only
Lists network_acls
in a region or regions, for all properties use network_acls
Overview
Name | network_acls_list_only |
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_acls_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all network_acls
in a region.
SELECT
region,
id
FROM aws.ec2.network_acls_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the network_acls_list_only
resource, see network_acls