Module Values.FailoverRouterInputStreamDetailsSource

Configuration details for a failover router input that can automatically switch between two sources.

Sourcetype nonrec t = {
  1. sourceIndexZeroStreamDetails : FailoverRouterInputIndexedStreamDetails.t option;
    (*

    Configuration details for the primary source (index 0) in the failover setup.

    *)
  2. sourceIndexOneStreamDetails : FailoverRouterInputIndexedStreamDetails.t option;
    (*

    Configuration details for the secondary source (index 1) in the failover setup.

    *)
}
Sourceval make : ?sourceIndexZeroStreamDetails:??? -> ?sourceIndexOneStreamDetails:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of Integer.t | `String of String_.t ]) list ]) 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