DbClusterServerlessScalingConfigurationArgs

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

Contains the scaling configuration of an Neptune Serverless DB cluster.

Constructors

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

Properties

Link copied to clipboard
val maxCapacity: Output<Double>

The maximum number of Neptune capacity units (NCUs) for a DB instance in an Neptune Serverless cluster. You can specify NCU values in half-step increments, such as 40, 40.5, 41, and so on. The smallest value you can use is 2.5, whereas the largest is 128.

Link copied to clipboard
val minCapacity: Output<Double>

The minimum number of Neptune capacity units (NCUs) for a DB instance in an Neptune Serverless cluster. You can specify NCU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value you can use is 1, whereas the largest is 128.

Functions

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