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 |
Synopsis
- data ArchiveGroupSettings = ArchiveGroupSettings' {}
- newArchiveGroupSettings :: OutputLocationRef -> ArchiveGroupSettings
- archiveGroupSettings_archiveCdnSettings :: Lens' ArchiveGroupSettings (Maybe ArchiveCdnSettings)
- archiveGroupSettings_rolloverInterval :: Lens' ArchiveGroupSettings (Maybe Natural)
- archiveGroupSettings_destination :: Lens' ArchiveGroupSettings OutputLocationRef
Documentation
data ArchiveGroupSettings Source #
Archive Group Settings
See: newArchiveGroupSettings
smart constructor.
ArchiveGroupSettings' | |
|
Instances
newArchiveGroupSettings Source #
Create a value of ArchiveGroupSettings
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:archiveCdnSettings:ArchiveGroupSettings'
, archiveGroupSettings_archiveCdnSettings
- Parameters that control interactions with the CDN.
$sel:rolloverInterval:ArchiveGroupSettings'
, archiveGroupSettings_rolloverInterval
- Number of seconds to write to archive file before closing and starting a
new one.
$sel:destination:ArchiveGroupSettings'
, archiveGroupSettings_destination
- A directory and base filename where archive files should be written.
archiveGroupSettings_archiveCdnSettings :: Lens' ArchiveGroupSettings (Maybe ArchiveCdnSettings) Source #
Parameters that control interactions with the CDN.
archiveGroupSettings_rolloverInterval :: Lens' ArchiveGroupSettings (Maybe Natural) Source #
Number of seconds to write to archive file before closing and starting a new one.
archiveGroupSettings_destination :: Lens' ArchiveGroupSettings OutputLocationRef Source #
A directory and base filename where archive files should be written.