ClusterServerlessv2ScalingConfiguration

data class ClusterServerlessv2ScalingConfiguration(val maxCapacity: Double, val minCapacity: Double, val secondsUntilAutoPause: Int? = null)

Constructors

Link copied to clipboard
constructor(maxCapacity: Double, minCapacity: Double, secondsUntilAutoPause: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximum capacity for an Aurora DB cluster in provisioned DB engine mode. The maximum capacity must be greater than or equal to the minimum capacity. Valid capacity values are in a range of 0 up to 256 in steps of 0.5.

Link copied to clipboard

Minimum capacity for an Aurora DB cluster in provisioned DB engine mode. The minimum capacity must be lesser than or equal to the maximum capacity. Valid capacity values are in a range of 0 up to 256 in steps of 0.5.

Link copied to clipboard

Time, in seconds, before an Aurora DB cluster in provisioned DB engine mode is paused. Valid values are 300 through 86400.