Network Acl Args
constructor(egress: Output<List<NetworkAclEgressArgs>>? = null, ingress: Output<List<NetworkAclIngressArgs>>? = null, subnetIds: Output<List<String>>? = null, tags: Output<Map<String, String>>? = null, vpcId: Output<String>? = null)