Values.FailoverRouterInputStreamDetailsSourceConfiguration details for a failover router input that can automatically switch between two sources.
type nonrec t = {sourceIndexZeroStreamDetails : FailoverRouterInputIndexedStreamDetails.t option;Configuration details for the primary source (index 0) in the failover setup.
*)sourceIndexOneStreamDetails : FailoverRouterInputIndexedStreamDetails.t option;Configuration details for the secondary source (index 1) in the failover setup.
*)}