VpcArgs

constructor(cidrBlock: Output<String>? = null, enableDnsHostnames: Output<Boolean>? = null, enableDnsSupport: Output<Boolean>? = null, instanceTenancy: Output<String>? = null, ipv4IpamPoolId: Output<String>? = null, ipv4NetmaskLength: Output<Int>? = null, tags: Output<List<TagArgs>>? = null)