@Stability(value=Stable) @Internal public static final class CfnDBCluster.ServerlessV2ScalingConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDBCluster.ServerlessV2ScalingConfigurationProperty
CfnDBCluster.ServerlessV2ScalingConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDBCluster.ServerlessV2ScalingConfigurationProperty.Builder, CfnDBCluster.ServerlessV2ScalingConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDBCluster.ServerlessV2ScalingConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDBCluster.DBClusterRoleProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getMaxCapacity()
The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster.
|
Number |
getMinCapacity()
The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDBCluster.ServerlessV2ScalingConfigurationProperty.Builder builder)
CfnDBCluster.DBClusterRoleProperty.Builder.public final Number getMaxCapacity()
CfnDBCluster.ServerlessV2ScalingConfigurationPropertyYou can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.
The maximum capacity must be higher than 0.5 ACUs. For more information, see Choosing the maximum Aurora Serverless v2 capacity setting for a cluster in the Amazon Aurora User Guide .
getMaxCapacity in interface CfnDBCluster.ServerlessV2ScalingConfigurationPropertypublic final Number getMinCapacity()
CfnDBCluster.ServerlessV2ScalingConfigurationPropertyYou can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.
getMinCapacity in interface CfnDBCluster.ServerlessV2ScalingConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.