Module Values.EgressGatewayBridgeSource

Create a bridge with the egress bridge type. An egress bridge is a cloud-to-ground bridge. The content comes from an existing MediaConnect flow and is delivered to your premises.

Sourcetype nonrec t = {
  1. instanceId : String_.t option;
    (*

    The ID of the instance running this bridge.

    *)
  2. maxBitrate : Integer.t option;
    (*

    The maximum expected bitrate (in bps) of the egress bridge.

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