UsageLimit

The usage limit object.

Types

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

Properties

Link copied to clipboard
val amount: Long?

The limit amount. If time-based, this amount is in RPUs consumed per hour. If data-based, this amount is in terabytes (TB). The value must be a positive number.

Link copied to clipboard

The action that Amazon Redshift Serverless takes when the limit is reached.

Link copied to clipboard

The time period that the amount applies to. A weekly period begins on Sunday. The default is monthly.

Link copied to clipboard

The Amazon Resource Name (ARN) that identifies the Amazon Redshift Serverless resource.

Link copied to clipboard

The Amazon Resource Name (ARN) of the resource associated with the usage limit.

Link copied to clipboard

The identifier of the usage limit.

Link copied to clipboard

The Amazon Redshift Serverless feature to limit.

Functions

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