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 AutoTuneMaintenanceSchedule = AutoTuneMaintenanceSchedule' {}
- newAutoTuneMaintenanceSchedule :: AutoTuneMaintenanceSchedule
- autoTuneMaintenanceSchedule_startAt :: Lens' AutoTuneMaintenanceSchedule (Maybe UTCTime)
- autoTuneMaintenanceSchedule_cronExpressionForRecurrence :: Lens' AutoTuneMaintenanceSchedule (Maybe Text)
- autoTuneMaintenanceSchedule_duration :: Lens' AutoTuneMaintenanceSchedule (Maybe Duration)
Documentation
data AutoTuneMaintenanceSchedule Source #
Specifies the Auto-Tune maintenance schedule. See Auto-Tune for Amazon OpenSearch Service for more information.
See: newAutoTuneMaintenanceSchedule
smart constructor.
AutoTuneMaintenanceSchedule' | |
|
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:startAt:AutoTuneMaintenanceSchedule'
, autoTuneMaintenanceSchedule_startAt
- The timestamp at which the Auto-Tune maintenance schedule starts.
$sel:cronExpressionForRecurrence:AutoTuneMaintenanceSchedule'
, autoTuneMaintenanceSchedule_cronExpressionForRecurrence
- A cron expression for a recurring maintenance schedule. See
Auto-Tune for Amazon OpenSearch Service
for more information.
$sel:duration:AutoTuneMaintenanceSchedule'
, autoTuneMaintenanceSchedule_duration
- Specifies maintenance schedule duration: duration value and duration
unit. See
Auto-Tune for Amazon OpenSearch Service
for more information.
autoTuneMaintenanceSchedule_startAt :: Lens' AutoTuneMaintenanceSchedule (Maybe UTCTime) Source #
The timestamp at which the Auto-Tune maintenance schedule starts.
autoTuneMaintenanceSchedule_cronExpressionForRecurrence :: Lens' AutoTuneMaintenanceSchedule (Maybe Text) Source #
A cron expression for a recurring maintenance schedule. See Auto-Tune for Amazon OpenSearch Service for more information.
autoTuneMaintenanceSchedule_duration :: Lens' AutoTuneMaintenanceSchedule (Maybe Duration) Source #
Specifies maintenance schedule duration: duration value and duration unit. See Auto-Tune for Amazon OpenSearch Service for more information.