# Network Construct ## Purpose Creates a VPC enviroment with network logs enabled to Cloudwatch. ## Required resources None ## Required parameters (props) - `maxAzs` : Max availability zones - `cidr` : The CIDR address of the network - `cidrMask` : The mask for the of available IP addresses in each subnet ## Optional parameters (props) - `publicSubnet` : Create or not a public subnet - `isolatedSubnet` : Create or not a isolated subnet - `natSubnet` : Create or not a nat/private subnet ## Properties | Name | Type | Description | | ---- | :------: | ----------: | | vpc | ec2.IVpc | Exposed VPC |