Values.EdgeConfigSourceA description of the stream's edge configuration that will be used to sync with the Edge Agent IoT Greengrass component. The Edge Agent component will run on an IoT Hub Device setup at your premise.
type nonrec t = {hubDeviceArn : HubDeviceArn.t;The "Internet of Things (IoT) Thing" Arn of the stream.
*)recorderConfig : RecorderConfig.t;The recorder configuration consists of the local MediaSourceConfig details, that are used as credentials to access the local media files streamed on the camera.
*)uploaderConfig : UploaderConfig.t option;The uploader configuration contains the ScheduleExpression details that are used to schedule upload jobs for the recorded media files from the Edge Agent to a Kinesis Video Stream.
*)deletionConfig : DeletionConfig.t option;The deletion configuration is made up of the retention time (EdgeRetentionInHours) and local size configuration (LocalSizeConfig) details that are used to make the deletion.
*)}val make :
?uploaderConfig:??? ->
?deletionConfig:??? ->
hubDeviceArn:HubDeviceArn.t ->
recorderConfig:RecorderConfig.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of HubDeviceArn.t
| `Structure of
(string
* [> `Boolean of DeleteAfterUpload.t
| `Integer of EdgeRetentionInHours.t
| `Structure of
(string
* [> `Enum of string
| `Integer of DurationInSeconds.t
| `String of MediaUriSecretArn.t ])
list ])
list ])
list ]