ClusterServerlessv2ScalingConfigurationArgs

data class ClusterServerlessv2ScalingConfigurationArgs(val maxCapacity: Output<Double>, val minCapacity: Output<Double>) : ConvertibleToJava<ClusterServerlessv2ScalingConfigurationArgs>

Constructors

fun ClusterServerlessv2ScalingConfigurationArgs(maxCapacity: Output<Double>, minCapacity: Output<Double>)

Functions

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

Properties

Link copied to clipboard
val maxCapacity: Output<Double>

Maximum capacity for an Aurora DB cluster in serverless DB engine mode. The maximum capacity must be greater than or equal to the minimum capacity. Valid Aurora MySQL capacity values are 1, 2, 4, 8, 16, 32, 64, 128, 256. Valid Aurora PostgreSQL capacity values are (2, 4, 8, 16, 32, 64, 192, and 384). Defaults to 16.

Link copied to clipboard
val minCapacity: Output<Double>

Minimum capacity for an Aurora DB cluster in serverless DB engine mode. The minimum capacity must be lesser than or equal to the maximum capacity. Valid Aurora MySQL capacity values are 1, 2, 4, 8, 16, 32, 64, 128, 256. Valid Aurora PostgreSQL capacity values are (2, 4, 8, 16, 32, 64, 192, and 384). Defaults to 1.