Cluster Serverless V2Scaling Configuration
data class ClusterServerlessV2ScalingConfiguration(val maxCapacity: Double? = null, val minCapacity: Double? = null)
Properties
Link copied to clipboard
The maximum Neptune Capacity Units (NCUs) for this cluster. Must be lower or equal than 128. See AWS Documentation for more details.
Link copied to clipboard
The minimum Neptune Capacity Units (NCUs) for this cluster. Must be greater or equal than 1. See AWS Documentation for more details.