ClusterServerlessV2ScalingConfiguration

data class ClusterServerlessV2ScalingConfiguration(val maxCapacity: Double? = null, val minCapacity: Double? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxCapacity: Double? = null

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
val minCapacity: Double? = null

The minimum Neptune Capacity Units (NCUs) for this cluster. Must be greater or equal than 1. See AWS Documentation for more details.