data class KxClusterScalingGroupConfigurationArgs(val cpu: Output<Double>? = null, val memoryLimit: Output<Int>? = null, val memoryReservation: Output<Int>, val nodeCount: Output<Int>, val scalingGroupName: Output<String>) : ConvertibleToJava<KxClusterScalingGroupConfigurationArgs>
A reservation of the minimum amount of memory that should be available on the scaling group for a kdb cluster to be successfully placed in a scaling group.