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.
Idaws.ec2.network_acls_list_only

Fields

NameDatatypeDescription
idstring
tagsarrayThe tags for the network ACL.
vpc_idstringThe ID of the VPC for the network ACL.
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