Show / Hide Table of Contents

Enum MaintenanceTrackName

(experimental) The maintenance track for the cluster.

Namespace: Amazon.CDK.AWS.Redshift.Alpha
Assembly: Amazon.CDK.AWS.Redshift.Alpha.dll
Syntax (csharp)
public enum MaintenanceTrackName
Syntax (vb)
Public Enum MaintenanceTrackName
Remarks

Stability: Experimental

See: https://docs.aws.amazon.com/redshift/latest/mgmt/managing-cluster-considerations.html#rs-mgmt-maintenance-tracks

Synopsis

Fields

CURRENT

(experimental) Updated to the most recently certified maintenance release.

TRAILING

(experimental) Update to the previously certified maintenance release.

Fields

Name Description
CURRENT

(experimental) Updated to the most recently certified maintenance release.

TRAILING

(experimental) Update to the previously certified maintenance release.

Back to top Generated by DocFX