ClusterServerlessv2ScalingConfigurationArgs

data class ClusterServerlessv2ScalingConfigurationArgs(val maxCapacity: Output<Double>, val minCapacity: Output<Double>, val secondsUntilAutoPause: Output<Int>? = null) : ConvertibleToJava<ClusterServerlessv2ScalingConfigurationArgs>

Constructors

constructor(maxCapacity: Output<Double>, minCapacity: Output<Double>, secondsUntilAutoPause: Output<Int>? = null)

Properties

Link copied to clipboard
val maxCapacity: Output<Double>

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
val minCapacity: Output<Double>

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
val secondsUntilAutoPause: Output<Int>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ClusterServerlessv2ScalingConfigurationArgs