Values.DestinationConfigurationRequestSourceThe definition of a media stream that you want to associate with the output.
type nonrec t = {destinationIp : String_.t;The IP address where you want MediaConnect to send contents of the media stream.
*)destinationPort : Integer.t;The port that you want MediaConnect to use when it distributes the media stream to the output.
*)interface : InterfaceRequest.t;The VPC interface that you want to use for the media stream associated with the output.
*)}val make :
destinationIp:String_.t ->
destinationPort:Integer.t ->
interface:InterfaceRequest.t ->
unit ->
t