Class CfnTable.AutoScalingSettingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cassandra.CfnTable.AutoScalingSettingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTable.AutoScalingSettingProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTable.AutoScalingSettingProperty
@Stability(Stable)
@Internal
public static final class CfnTable.AutoScalingSettingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTable.AutoScalingSettingProperty
An implementation for
CfnTable.AutoScalingSettingProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cassandra.CfnTable.AutoScalingSettingProperty
CfnTable.AutoScalingSettingProperty.Builder, CfnTable.AutoScalingSettingProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTable.AutoScalingSettingProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
This optional parameter enables auto scaling for the table if set tofalse
.final Number
Manage costs by specifying the maximum amount of throughput to provision.final Number
The minimum level of throughput the table should always be ready to support.final Object
Amazon Keyspaces supports thetarget tracking
auto scaling policy.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTable.AutoScalingSettingProperty.Builder
.
-
-
Method Details
-
getAutoScalingDisabled
Description copied from interface:CfnTable.AutoScalingSettingProperty
This optional parameter enables auto scaling for the table if set tofalse
.Default: - false
- Specified by:
getAutoScalingDisabled
in interfaceCfnTable.AutoScalingSettingProperty
- See Also:
-
getMaximumUnits
Description copied from interface:CfnTable.AutoScalingSettingProperty
Manage costs by specifying the maximum amount of throughput to provision.The value must be between 1 and the max throughput per second quota for your account (40,000 by default).
- Specified by:
getMaximumUnits
in interfaceCfnTable.AutoScalingSettingProperty
- See Also:
-
getMinimumUnits
Description copied from interface:CfnTable.AutoScalingSettingProperty
The minimum level of throughput the table should always be ready to support.The value must be between 1 and the max throughput per second quota for your account (40,000 by default).
- Specified by:
getMinimumUnits
in interfaceCfnTable.AutoScalingSettingProperty
- See Also:
-
getScalingPolicy
Description copied from interface:CfnTable.AutoScalingSettingProperty
Amazon Keyspaces supports thetarget tracking
auto scaling policy.With this policy, Amazon Keyspaces auto scaling ensures that the table's ratio of consumed to provisioned capacity stays at or near the target value that you specify. You define the target value as a percentage between 20 and 90.
- Specified by:
getScalingPolicy
in interfaceCfnTable.AutoScalingSettingProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-