| 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.OpenSearch.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 #
The Auto-Tune maintenance schedule. For more information, see Auto-Tune for Amazon OpenSearch Service.
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 - A cron expression for a recurring maintenance schedule during which
Auto-Tune can deploy changes.
$sel:duration:AutoTuneMaintenanceSchedule', autoTuneMaintenanceSchedule_duration - The duration of the maintenance schedule. For example,
"Duration": {"Value": 2, "Unit": "HOURS"}.
$sel:startAt:AutoTuneMaintenanceSchedule', autoTuneMaintenanceSchedule_startAt - The Epoch timestamp at which the Auto-Tune maintenance schedule starts.
autoTuneMaintenanceSchedule_cronExpressionForRecurrence :: Lens' AutoTuneMaintenanceSchedule (Maybe Text) Source #
A cron expression for a recurring maintenance schedule during which Auto-Tune can deploy changes.
autoTuneMaintenanceSchedule_duration :: Lens' AutoTuneMaintenanceSchedule (Maybe Duration) Source #
The duration of the maintenance schedule. For example,
"Duration": {"Value": 2, "Unit": "HOURS"}.
autoTuneMaintenanceSchedule_startAt :: Lens' AutoTuneMaintenanceSchedule (Maybe UTCTime) Source #
The Epoch timestamp at which the Auto-Tune maintenance schedule starts.