Values.InputConfigurationSourceThe transport parameters that are associated with an incoming media stream.
type nonrec t = {inputIp : String_.t option;The IP address that the flow listens on for incoming content for a media stream.
*)inputPort : Integer.t option;The port that the flow listens on for an incoming media stream.
*)interface : Interface.t option;The VPC interface where the media stream comes in from.
*)}