Values.InputDestinationSourceThe settings for a PUSH type input.
type nonrec t = {ip : string option;The system-generated static IP address of endpoint. It remains fixed for the lifetime of the input.
*)port : string option;The port number for the input.
*)url : string option;This represents the endpoint that the customer stream will be pushed to.
*)vpc : InputDestinationVpc.t option;network : string option;The ID of the attached network.
*)networkRoutes : InputDestinationRoute.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.
*)}