Module Values.RouterOutputConfigurationSource

The configuration settings for a router output.

Sourcetype nonrec t = {
  1. standard : StandardRouterOutputConfiguration.t option;
  2. mediaConnectFlow : MediaConnectFlowRouterOutputConfiguration.t option;
  3. mediaLiveInput : MediaLiveInputRouterOutputConfiguration.t option;
}
Sourceval make : ?standard:??? -> ?mediaConnectFlow:??? -> ?mediaLiveInput:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of RouterNetworkInterfaceArn.t | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `Integer of RistRouterOutputConfigurationDestinationPortInteger.t | `Long of SrtListenerRouterOutputConfigurationMinimumLatencyMillisecondsLong.t | `String of String_.t | `Structure of (string * [> `String of SecretArn.t | `Structure of (string * [> `String of SecretArn.t ]) list ]) list ]) list ]) list ]) 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