@Stability(value=Stable) @Internal public static final class CfnDBCluster.ScalingConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDBCluster.ScalingConfigurationProperty
CfnDBCluster.ScalingConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDBCluster.ScalingConfigurationProperty.Builder, CfnDBCluster.ScalingConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDBCluster.ScalingConfigurationProperty.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) |
Object |
getAutoPause()
A value that indicates whether to allow or disallow automatic pause for an Aurora DB cluster in `serverless` DB engine mode.
|
Number |
getMaxCapacity()
The maximum capacity for an Aurora DB cluster in `serverless` DB engine mode.
|
Number |
getMinCapacity()
The minimum capacity for an Aurora DB cluster in `serverless` DB engine mode.
|
Number |
getSecondsUntilAutoPause()
The time, in seconds, before an Aurora DB cluster in `serverless` mode is paused.
|
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.ScalingConfigurationProperty.Builder builder)
CfnDBCluster.DBClusterRoleProperty.Builder.public final Object getAutoPause()
CfnDBCluster.ScalingConfigurationPropertyA DB cluster can be paused only when it's idle (it has no connections).
If a DB cluster is paused for more than seven days, the DB cluster might be backed up with a snapshot. In this case, the DB cluster is restored when there is a request to connect to it.
getAutoPause in interface CfnDBCluster.ScalingConfigurationPropertypublic final Number getMaxCapacity()
CfnDBCluster.ScalingConfigurationProperty
For Aurora MySQL, valid capacity values are 1 , 2 , 4 , 8 , 16 , 32 , 64 , 128 , and 256 .
For Aurora PostgreSQL, valid capacity values are 2 , 4 , 8 , 16 , 32 , 64 , 192 , and 384 .
The maximum capacity must be greater than or equal to the minimum capacity.
getMaxCapacity in interface CfnDBCluster.ScalingConfigurationPropertypublic final Number getMinCapacity()
CfnDBCluster.ScalingConfigurationProperty
For Aurora MySQL, valid capacity values are 1 , 2 , 4 , 8 , 16 , 32 , 64 , 128 , and 256 .
For Aurora PostgreSQL, valid capacity values are 2 , 4 , 8 , 16 , 32 , 64 , 192 , and 384 .
The minimum capacity must be less than or equal to the maximum capacity.
getMinCapacity in interface CfnDBCluster.ScalingConfigurationPropertypublic final Number getSecondsUntilAutoPause()
CfnDBCluster.ScalingConfigurationPropertySpecify a value between 300 and 86,400 seconds.
getSecondsUntilAutoPause in interface CfnDBCluster.ScalingConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.