Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AutoTuneOptions = AutoTuneOptions' {}
- newAutoTuneOptions :: AutoTuneOptions
- autoTuneOptions_desiredState :: Lens' AutoTuneOptions (Maybe AutoTuneDesiredState)
- autoTuneOptions_rollbackOnDisable :: Lens' AutoTuneOptions (Maybe RollbackOnDisable)
- autoTuneOptions_maintenanceSchedules :: Lens' AutoTuneOptions (Maybe [AutoTuneMaintenanceSchedule])
Documentation
data AutoTuneOptions Source #
Specifies the Auto-Tune options: the Auto-Tune desired state for the domain, rollback state when disabling Auto-Tune options and list of maintenance schedules.
See: newAutoTuneOptions
smart constructor.
AutoTuneOptions' | |
|
Instances
newAutoTuneOptions :: AutoTuneOptions Source #
Create a value of AutoTuneOptions
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:desiredState:AutoTuneOptions'
, autoTuneOptions_desiredState
- Specifies the Auto-Tune desired state. Valid values are ENABLED,
DISABLED.
$sel:rollbackOnDisable:AutoTuneOptions'
, autoTuneOptions_rollbackOnDisable
- Specifies the rollback state while disabling Auto-Tune for the domain.
Valid values are NO_ROLLBACK, DEFAULT_ROLLBACK.
$sel:maintenanceSchedules:AutoTuneOptions'
, autoTuneOptions_maintenanceSchedules
- Specifies list of maitenance schedules. See the
Developer Guide
for more information.
autoTuneOptions_desiredState :: Lens' AutoTuneOptions (Maybe AutoTuneDesiredState) Source #
Specifies the Auto-Tune desired state. Valid values are ENABLED, DISABLED.
autoTuneOptions_rollbackOnDisable :: Lens' AutoTuneOptions (Maybe RollbackOnDisable) Source #
Specifies the rollback state while disabling Auto-Tune for the domain. Valid values are NO_ROLLBACK, DEFAULT_ROLLBACK.
autoTuneOptions_maintenanceSchedules :: Lens' AutoTuneOptions (Maybe [AutoTuneMaintenanceSchedule]) Source #
Specifies list of maitenance schedules. See the Developer Guide for more information.