Values_0.KinesisVideoStreamConfigSourceConfiguration information of a Kinesis video stream.
type nonrec t = {prefix : Prefix.t;The prefix of the video stream.
*)retentionPeriodHours : Hours.t;The number of hours data is retained in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream. The default value is 0, indicating that the stream does not persist data.
*)encryptionConfig : EncryptionConfig.t;The encryption configuration.
*)}val make :
prefix:Prefix.t ->
retentionPeriodHours:Hours.t ->
encryptionConfig:EncryptionConfig.t ->
unit ->
t