Module Values.ConnectionSettingsSource

Information about the ConnectionSettings attribute.

Sourcetype nonrec t = {
  1. idleTimeout : IdleTimeout.t;
    (*

    The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.

    *)
}
Sourceval context_ : string
Sourceval make : idleTimeout:IdleTimeout.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of IdleTimeout.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t