MaintenanceTrack class
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.
Constructors
-
MaintenanceTrack({String databaseVersion, String maintenanceTrackName, List<
UpdateTarget> updateTargets}) - MaintenanceTrack.fromXml(XmlElement elem)
-
factory
Properties
- databaseVersion → String
-
The version number for the cluster release.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- maintenanceTrackName → String
-
The name of the maintenance track. Possible values are
current
andtrailing
.final - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
updateTargets
→ List<
UpdateTarget> -
An array of UpdateTarget objects to update with the maintenance
track.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited