Values.RouterSettingsSourceThis is the collection of settings that are used during the creation of a MediaConnect router input.
type nonrec t = {destinations : RouterDestinationSettings.t list option;Destinations for the input from MediaConnect Router. Provide one for a single-pipeline input and two for a standard input.
*)encryptionType : RouterEncryptionType.t option;secretArn : string option;ARN of the secret used to encrypt this input.
*)}