Module Values_1.DefaultConnectionTrackingConfigurationSource

Indicates default conntrack information for the instance type. For more information, see Connection tracking timeouts in the Amazon EC2 User Guide.

Sourcetype nonrec t = {
  1. defaultTcpEstablishedTimeout : Values_0.DefaultTcpEstablishedTimeout.t option;
    (*

    Default timeout (in seconds) for idle TCP connections in an established state.

    *)
  2. defaultUdpTimeout : Values_0.DefaultUdpTimeout.t option;
    (*

    Default timeout (in seconds) for idle UDP flows that have seen traffic only in a single direction or a single request-response transaction.

    *)
  3. defaultUdpStreamTimeout : Values_0.DefaultUdpStreamTimeout.t option;
    (*

    Default timeout (in seconds) for idle UDP flows classified as streams which have seen more than one request-response transaction.

    *)
}
Sourceval make : ?defaultTcpEstablishedTimeout:??? -> ?defaultUdpTimeout:??? -> ?defaultUdpStreamTimeout:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_0.DefaultTcpEstablishedTimeout.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