Network Acl Args
data class NetworkAclArgs(val tags: Output<List<TagArgs>>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<NetworkAclArgs>
Specifies a network ACL for your VPC. To add a network ACL entry, see AWS::EC2::NetworkAclEntry.