Module Values.MergeRouterInputConfigurationSource

Configuration settings for a merge router input that combines two input sources.

Sourcetype nonrec t = {
  1. networkInterfaceArn : RouterNetworkInterfaceArn.t;
    (*

    The ARN of the network interface to use for this merge router input.

    *)
  2. protocolConfigurations : MergeRouterInputProtocolConfigurationList.t;
    (*

    A list of exactly two protocol configurations for the merge input sources. Both must use the same protocol type.

    *)
  3. mergeRecoveryWindowMilliseconds : Long.t;
    (*

    The time window in milliseconds for merging the two input sources.

    *)
}
Sourceval context_ : string
Sourceval make : networkInterfaceArn:RouterNetworkInterfaceArn.t -> protocolConfigurations:MergeRouterInputProtocolConfigurationList.t -> mergeRecoveryWindowMilliseconds:Long.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of RtpRouterInputConfigurationPortInteger.t | `Long of RistRouterInputConfigurationRecoveryLatencyMillisecondsLong.t ]) list ]) list ] list | `Long of Long.t | `String of RouterNetworkInterfaceArn.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