Module Values.DestinationConfigurationRequestSource

The definition of a media stream that you want to associate with the output.

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

    The IP address where you want MediaConnect to send contents of the media stream.

    *)
  2. destinationPort : Integer.t;
    (*

    The port that you want MediaConnect to use when it distributes the media stream to the output.

    *)
  3. interface : InterfaceRequest.t;
    (*

    The VPC interface that you want to use for the media stream associated with the output.

    *)
}
Sourceval context_ : string
Sourceval make : destinationIp:String_.t -> destinationPort:Integer.t -> interface:InterfaceRequest.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `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