ServerlessTrack

Defines a track that determines which Amazon Redshift version to apply after a new version is released. If the value for ServerlessTrack is current, the workgroup is updated to the most recently certified release. If the value is trailing, the workgroup is updated to the previously certified release.

Types

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

Properties

Link copied to clipboard

The name of the track. Valid values are current and trailing.

Link copied to clipboard

An array of UpdateTarget objects to update with the track.

Link copied to clipboard

The workgroup version number for the workgroup release.

Functions

Link copied to clipboard
inline fun copy(block: ServerlessTrack.Builder.() -> Unit = {}): ServerlessTrack
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