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. |
Id | aws.ec2.network_acls_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
tags | array | The tags for the network ACL. |
vpc_id | string | The ID of the VPC for the network ACL. |
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