class Aws::Redshift::Types::MaintenanceTrack

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.

@!attribute [rw] maintenance_track_name

The name of the maintenance track. Possible values are `current` and
`trailing`.
@return [String]

@!attribute [rw] database_version

The version number for the cluster release.
@return [String]

@!attribute [rw] update_targets

An array of UpdateTarget objects to update with the maintenance
track.
@return [Array<Types::UpdateTarget>]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/MaintenanceTrack AWS API Documentation

Constants

SENSITIVE