Db Cluster Serverless Scaling Configuration Args
data class DbClusterServerlessScalingConfigurationArgs(val maxCapacity: Output<Double>, val minCapacity: Output<Double>) : ConvertibleToJava<DbClusterServerlessScalingConfigurationArgs>
Contains the scaling configuration of an Neptune Serverless DB cluster.
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.