| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.KinesisVideo.Types.UploaderConfig
Description
Documentation
data UploaderConfig Source #
The configuration that consists of the ScheduleExpression and the
DurationInMinutesdetails, that specify the scheduling to record from a
camera, or local media file, onto the Edge Agent. If the
ScheduleExpression is not provided, then the Edge Agent will always be
in upload mode.
See: newUploaderConfig smart constructor.
Constructors
| UploaderConfig' | |
Fields
| |
Instances
Create a value of UploaderConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:scheduleConfig:UploaderConfig', uploaderConfig_scheduleConfig - The configuration that consists of the ScheduleExpression and the
DurationInMinutesdetails that specify the scheduling to record from a
camera, or local media file, onto the Edge Agent. If the
ScheduleExpression is not provided, then the Edge Agent will always be
in recording mode.
uploaderConfig_scheduleConfig :: Lens' UploaderConfig ScheduleConfig Source #
The configuration that consists of the ScheduleExpression and the
DurationInMinutesdetails that specify the scheduling to record from a
camera, or local media file, onto the Edge Agent. If the
ScheduleExpression is not provided, then the Edge Agent will always be
in recording mode.