AWS::EC2::NetworkAclSpecifies 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) .
import { CfnNetworkAcl } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnNetworkAclConfiguration passed to the constructor as CfnNetworkAclProps.
vpcIdRequiredstring | IVPCRefThe ID of the VPC for the network ACL.
tagsOptionalCfnTag[]The tags for the network ACL.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon EC2 on one page. HD quality, print-friendly.
Download Free Infographicaws-ec2AWS::EC2::NetworkAcl