Skip to main content

network_acls_list_only

Lists network_acls in a region or regions, for all properties use network_acls

Overview

Namenetwork_acls_list_only
TypeResource
DescriptionSpecifies 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).
Idaws.ec2.network_acls_list_only

Fields

NameDatatypeDescription
idstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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