ScalingConfiguration

Contains the scaling configuration of an Aurora Serverless v1 DB cluster.

For more information, see Using Amazon Aurora Serverless v1 in the Amazon Aurora User Guide.

Types

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

Properties

Link copied to clipboard

Indicates whether to allow or disallow automatic pause for an Aurora DB cluster in serverless DB engine mode. A DB cluster can be paused only when it's idle (it has no connections).

Link copied to clipboard

The maximum capacity for an Aurora DB cluster in serverless DB engine mode.

Link copied to clipboard

The minimum capacity for an Aurora DB cluster in serverless DB engine mode.

Link copied to clipboard

The amount of time, in seconds, that Aurora Serverless v1 tries to find a scaling point to perform seamless scaling before enforcing the timeout action. The default is 300.

Link copied to clipboard

The time, in seconds, before an Aurora DB cluster in serverless mode is paused.

Link copied to clipboard

The action to take when the timeout is reached, either ForceApplyCapacityChange or RollbackCapacityChange.

Functions

Link copied to clipboard
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