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 MaintenanceTrack = MaintenanceTrack' {}
- newMaintenanceTrack :: MaintenanceTrack
- maintenanceTrack_databaseVersion :: Lens' MaintenanceTrack (Maybe Text)
- maintenanceTrack_maintenanceTrackName :: Lens' MaintenanceTrack (Maybe Text)
- maintenanceTrack_updateTargets :: Lens' MaintenanceTrack (Maybe [UpdateTarget])
Documentation
data MaintenanceTrack Source #
Defines a maintenance track that determines which Amazon Redshift
version to apply during a maintenance window. If the value for
MaintenanceTrack
is current
, the cluster is updated to the most
recently certified maintenance release. If the value is trailing
, the
cluster is updated to the previously certified maintenance release.
See: newMaintenanceTrack
smart constructor.
MaintenanceTrack' | |
|
Instances
newMaintenanceTrack :: MaintenanceTrack Source #
Create a value of MaintenanceTrack
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:databaseVersion:MaintenanceTrack'
, maintenanceTrack_databaseVersion
- The version number for the cluster release.
$sel:maintenanceTrackName:MaintenanceTrack'
, maintenanceTrack_maintenanceTrackName
- The name of the maintenance track. Possible values are current
and
trailing
.
$sel:updateTargets:MaintenanceTrack'
, maintenanceTrack_updateTargets
- An array of UpdateTarget objects to update with the maintenance track.
maintenanceTrack_databaseVersion :: Lens' MaintenanceTrack (Maybe Text) Source #
The version number for the cluster release.
maintenanceTrack_maintenanceTrackName :: Lens' MaintenanceTrack (Maybe Text) Source #
The name of the maintenance track. Possible values are current
and
trailing
.
maintenanceTrack_updateTargets :: Lens' MaintenanceTrack (Maybe [UpdateTarget]) Source #
An array of UpdateTarget objects to update with the maintenance track.