ClusterServerlessV2ScalingConfigurationArgs

data class ClusterServerlessV2ScalingConfigurationArgs(val maxCapacity: Output<Double>? = null, val minCapacity: Output<Double>? = null) : ConvertibleToJava<ClusterServerlessV2ScalingConfigurationArgs>

Constructors

fun ClusterServerlessV2ScalingConfigurationArgs(maxCapacity: Output<Double>? = null, minCapacity: Output<Double>? = null)

Functions

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

Properties

Link copied to clipboard
val maxCapacity: Output<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: Output<Double>? = null

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