Values.InputDestinationRequestSourceEndpoint settings for a PUSH type input.
type nonrec t = {streamName : string option;A unique name for the location the RTMP stream is being pushed to.
*)network : string option;If the push input has an input location of ON-PREM, ID the ID of the attached network.
*)networkRoutes : InputRequestDestinationRoute.t list option;If the push input has an input location of ON-PREM it's a requirement to specify what the route of the input is going to be on the customer local network.
*)staticIpAddress : string option;If the push input has an input location of ON-PREM it's optional to specify what the ip address of the input is going to be on the customer local network.
*)}