DbClusterServerlessScalingConfiguration

data class DbClusterServerlessScalingConfiguration(val maxCapacity: Double, val minCapacity: Double)

Contains the scaling configuration of an Neptune Serverless DB cluster.

Constructors

Link copied to clipboard
constructor(maxCapacity: Double, minCapacity: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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.