| 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.ElasticSearch.Types.AutoTuneMaintenanceSchedule
Description
Synopsis
- data AutoTuneMaintenanceSchedule = AutoTuneMaintenanceSchedule' {}
- newAutoTuneMaintenanceSchedule :: AutoTuneMaintenanceSchedule
- autoTuneMaintenanceSchedule_cronExpressionForRecurrence :: Lens' AutoTuneMaintenanceSchedule (Maybe Text)
- autoTuneMaintenanceSchedule_duration :: Lens' AutoTuneMaintenanceSchedule (Maybe Duration)
- autoTuneMaintenanceSchedule_startAt :: Lens' AutoTuneMaintenanceSchedule (Maybe UTCTime)
Documentation
data AutoTuneMaintenanceSchedule Source #
Specifies Auto-Tune maitenance schedule. See the Developer Guide for more information.
See: newAutoTuneMaintenanceSchedule smart constructor.
Constructors
| AutoTuneMaintenanceSchedule' | |
Fields
| |
Instances
newAutoTuneMaintenanceSchedule :: AutoTuneMaintenanceSchedule Source #
Create a value of AutoTuneMaintenanceSchedule 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:cronExpressionForRecurrence:AutoTuneMaintenanceSchedule', autoTuneMaintenanceSchedule_cronExpressionForRecurrence - Specifies cron expression for a recurring maintenance schedule. See the
Developer Guide
for more information.
$sel:duration:AutoTuneMaintenanceSchedule', autoTuneMaintenanceSchedule_duration - Specifies maintenance schedule duration: duration value and duration
unit. See the
Developer Guide
for more information.
$sel:startAt:AutoTuneMaintenanceSchedule', autoTuneMaintenanceSchedule_startAt - Specifies timestamp at which Auto-Tune maintenance schedule start.
autoTuneMaintenanceSchedule_cronExpressionForRecurrence :: Lens' AutoTuneMaintenanceSchedule (Maybe Text) Source #
Specifies cron expression for a recurring maintenance schedule. See the Developer Guide for more information.
autoTuneMaintenanceSchedule_duration :: Lens' AutoTuneMaintenanceSchedule (Maybe Duration) Source #
Specifies maintenance schedule duration: duration value and duration unit. See the Developer Guide for more information.
autoTuneMaintenanceSchedule_startAt :: Lens' AutoTuneMaintenanceSchedule (Maybe UTCTime) Source #
Specifies timestamp at which Auto-Tune maintenance schedule start.