Values.ConnectionDrainingSourceInformation about the ConnectionDraining attribute.
type nonrec t = {enabled : ConnectionDrainingEnabled.t;Specifies whether connection draining is enabled for the load balancer.
*)timeout : ConnectionDrainingTimeout.t option;The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of ConnectionDrainingEnabled.t
| `Integer of ConnectionDrainingTimeout.t ])
list ]