Values_4.UnassignPrivateNatGatewayAddressResultSourceUnassigns secondary private IPv4 addresses from a private NAT gateway. You cannot unassign your primary private IP. For more information, see Edit secondary IP address associations in the Amazon VPC User Guide. While unassigning is in progress, you cannot assign/unassign additional IP addresses while the connections are being drained. You are, however, allowed to delete the NAT gateway. A private IP address will only be released at the end of MaxDrainDurationSeconds. The private IP addresses stay associated and support the existing connections, but do not support any new connections (new connections are distributed across the remaining assigned private IP address). After the existing connections drain out, the private IP addresses are released.
type nonrec t = {natGatewayId : Values_2.NatGatewayId.t option;The ID of the NAT gateway.
*)natGatewayAddresses : Values_1.NatGatewayAddressList.t option;Information about the NAT gateway IP addresses.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `String of Values_0.String_.t ])
list ]
list
| `String of Values_2.NatGatewayId.t ])
list ]