Aws Ec2Subnet Properties Response
constructor(assignIpv6AddressOnCreation: Boolean? = null, availabilityZone: String? = null, availabilityZoneId: String? = null, cidrBlock: String? = null, enableDns64: Boolean? = null, enableLniAtDeviceIndex: Int? = null, ipv4IpamPoolId: String? = null, ipv4NetmaskLength: Int? = null, ipv6CidrBlock: String? = null, ipv6CidrBlocks: List<String>? = null, ipv6IpamPoolId: String? = null, ipv6Native: Boolean? = null, ipv6NetmaskLength: Int? = null, mapPublicIpOnLaunch: Boolean? = null, networkAclAssociationId: String? = null, outpostArn: String? = null, privateDnsNameOptionsOnLaunch: PrivateDnsNameOptionsOnLaunchModelPropertiesResponse? = null, subnetId: String? = null, tags: List<TagResponse>? = null, vpcId: String? = null)