| 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.Nimble.Types.StreamConfigurationSessionBackup
Description
Synopsis
- data StreamConfigurationSessionBackup = StreamConfigurationSessionBackup' {}
- newStreamConfigurationSessionBackup :: StreamConfigurationSessionBackup
- streamConfigurationSessionBackup_maxBackupsToRetain :: Lens' StreamConfigurationSessionBackup (Maybe Natural)
- streamConfigurationSessionBackup_mode :: Lens' StreamConfigurationSessionBackup (Maybe SessionBackupMode)
Documentation
data StreamConfigurationSessionBackup Source #
Configures how streaming sessions are backed up when launched from this launch profile.
See: newStreamConfigurationSessionBackup smart constructor.
Constructors
| StreamConfigurationSessionBackup' | |
Fields
| |
Instances
newStreamConfigurationSessionBackup :: StreamConfigurationSessionBackup Source #
Create a value of StreamConfigurationSessionBackup 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:maxBackupsToRetain:StreamConfigurationSessionBackup', streamConfigurationSessionBackup_maxBackupsToRetain - The maximum number of backups that each streaming session created from
this launch profile can have.
$sel:mode:StreamConfigurationSessionBackup', streamConfigurationSessionBackup_mode - Specifies how artists sessions are backed up.
Configures backups for streaming sessions launched with this launch
profile. The default value is DEACTIVATED, which means that backups
are deactivated. To allow backups, set this value to AUTOMATIC.
streamConfigurationSessionBackup_maxBackupsToRetain :: Lens' StreamConfigurationSessionBackup (Maybe Natural) Source #
The maximum number of backups that each streaming session created from this launch profile can have.
streamConfigurationSessionBackup_mode :: Lens' StreamConfigurationSessionBackup (Maybe SessionBackupMode) Source #
Specifies how artists sessions are backed up.
Configures backups for streaming sessions launched with this launch
profile. The default value is DEACTIVATED, which means that backups
are deactivated. To allow backups, set this value to AUTOMATIC.