Reservation

Represents an Amazon Redshift Serverless reservation, which gives you the option to commit to a specified number of Redshift Processing Units (RPUs) for a year at a discount from Serverless on-demand (OD) rates.

Types

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

Properties

Link copied to clipboard

The number of Redshift Processing Units (RPUs) to reserve.

Link copied to clipboard

The end date for the serverless reservation. This date is one year after the start date that you specify.

Link copied to clipboard

The type of offering for the reservation. The offering class determines the payment schedule for the reservation.

Link copied to clipboard

The Amazon Resource Name (ARN) that uniquely identifies the serverless reservation.

Link copied to clipboard

The identifier that uniquely identifies the serverless reservation.

Link copied to clipboard

The start date for the serverless reservation. This is the date you specified for the reservation to start when you created the reservation.

Link copied to clipboard

The status of the reservation. Possible values include the following:

Functions

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