Default Subnet Args
constructor(assignIpv6AddressOnCreation: Output<Boolean>? = null, availabilityZone: Output<String>? = null, customerOwnedIpv4Pool: Output<String>? = null, enableDns64: Output<Boolean>? = null, enableResourceNameDnsARecordOnLaunch: Output<Boolean>? = null, enableResourceNameDnsAaaaRecordOnLaunch: Output<Boolean>? = null, forceDestroy: Output<Boolean>? = null, ipv6CidrBlock: Output<String>? = null, ipv6Native: Output<Boolean>? = null, mapCustomerOwnedIpOnLaunch: Output<Boolean>? = null, mapPublicIpOnLaunch: Output<Boolean>? = null, privateDnsHostnameTypeOnLaunch: Output<String>? = null, tags: Output<Map<String, String>>? = null)