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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The version number for the cluster release.

Link copied to clipboard

The name of the maintenance track. Possible values are current and trailing.

Link copied to clipboard

An array of UpdateTarget objects to update with the maintenance track.

Functions

Link copied to clipboard
inline fun copy(block: MaintenanceTrack.Builder.() -> Unit = {}): MaintenanceTrack
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String