Values.MediaStorageConfigurationSourceA structure that encapsulates, or contains, the media storage configuration properties. If StorageStatus is enabled, the data will be stored in the StreamARN provided. In order for WebRTC Ingestion to work, the stream must have data retention enabled. If StorageStatus is disabled, no data will be stored, and the StreamARN parameter will not be needed.
type nonrec t = {streamARN : ResourceARN.t option;The Amazon Resource Name (ARN) of the stream.
*)status : MediaStorageConfigurationStatus.t;The status of the media storage configuration.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceARN.t ]) list ]