

# NetworkAcl
<a name="API_NetworkAcl"></a>

Describes a network ACL.

## Contents
<a name="API_NetworkAcl_Contents"></a>

 ** AssociationSet.N **   
Any associations between the network ACL and your subnets  
Type: Array of [NetworkAclAssociation](API_NetworkAclAssociation.md) objects  
Required: No

 ** default **   
Indicates whether this is the default network ACL for the VPC.  
Type: Boolean  
Required: No

 ** EntrySet.N **   
The entries (rules) in the network ACL.  
Type: Array of [NetworkAclEntry](API_NetworkAclEntry.md) objects  
Required: No

 ** networkAclId **   
The ID of the network ACL.  
Type: String  
Required: No

 ** ownerId **   
The ID of the AWS account that owns the network ACL.  
Type: String  
Required: No

 ** TagSet.N **   
Any tags assigned to the network ACL.  
Type: Array of [Tag](API_Tag.md) objects  
Required: No

 ** vpcId **   
The ID of the VPC for the network ACL.  
Type: String  
Required: No

## See Also
<a name="API_NetworkAcl_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/ec2-2016-11-15/NetworkAcl) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/ec2-2016-11-15/NetworkAcl) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/ec2-2016-11-15/NetworkAcl) 