Values_1.NatGatewayAddressSourceDescribes the IP addresses and network interface associated with a NAT gateway.
type nonrec t = {allocationId : Values_0.String_.t option;[Public NAT gateway only] The allocation ID of the Elastic IP address that's associated with the NAT gateway.
*)networkInterfaceId : Values_0.String_.t option;The ID of the network interface associated with the NAT gateway.
*)privateIp : Values_0.String_.t option;The private IP address associated with the NAT gateway.
*)publicIp : Values_0.String_.t option;[Public NAT gateway only] The Elastic IP address associated with the NAT gateway.
*)associationId : Values_0.String_.t option;[Public NAT gateway only] The association ID of the Elastic IP address that's associated with the NAT gateway.
*)isPrimary : Values_0.Boolean.t option;Defines if the IP address is the primary address.
*)failureMessage : Values_0.String_.t option;The address failure message.
*)status : Values_0.NatGatewayAddressStatus.t option;The address status.
*)availabilityZone : Values_0.AvailabilityZoneName.t option;The Availability Zone where this Elastic IP address (EIP) is being used to handle outbound NAT traffic.
*)availabilityZoneId : Values_0.AvailabilityZoneId.t option;The ID of the Availability Zone where this Elastic IP address (EIP) is being used to handle outbound NAT traffic. Use this instead of AvailabilityZone for consistent identification of AZs across Amazon Web Services Regions.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `String of Values_0.String_.t ])
list ]