ClusterServerlessv2ScalingConfigurationArgs

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

Constructors

constructor(maxCapacity: Output<Double>, minCapacity: Output<Double>)

Properties

Link copied to clipboard
val maxCapacity: Output<Double>

The 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>

The 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.

Functions

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