EC2 Network ACL
Elastic Compute Cloud (EC2) Virtual Private Cloud (VPC) Network ACL
Resource Type
AWS.EC2.NetworkACL
Resource ID Format
For EC2 Network ACLs, the resource ID is the ARN.
arn:aws:ec2:us-west-2:123456789012:network-acl/acl-1
Background
This resource represents a snapshot of an AWS EC2 VPC NetworkACL.
Fields
Field
Type
Description
Associations
List
An association between a network ACL and a subnet.
Entries
List
Individual Network ACL rules to allow or block traffic
IsDefault
Bool
Whether this Network ACL is the default Network ACL for its associated VPC
OwnerId
String
The Amazon Web Services account ID of the owner of the network interface.
VpcId
String
The ID of the VPC.
Example
Last updated