Class CfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dynamodb.CfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty
An implementation for
CfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.dynamodb.CfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty
CfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty.Builder, CfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectIndicates whether scale in by the target tracking scaling policy is disabled.final NumberThe amount of time, in seconds, after a scale-in activity completes before another scale-in activity can start.final NumberThe amount of time, in seconds, after a scale-out activity completes before another scale-out activity can start.final NumberDefines a target value for the scaling policy.final inthashCode()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
protected Jsii$Proxy(CfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty.Builder.
-
-
Method Details
-
getTargetValue
Description copied from interface:CfnGlobalTable.TargetTrackingScalingPolicyConfigurationPropertyDefines a target value for the scaling policy.- Specified by:
getTargetValuein interfaceCfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty
-
getDisableScaleIn
Description copied from interface:CfnGlobalTable.TargetTrackingScalingPolicyConfigurationPropertyIndicates whether scale in by the target tracking scaling policy is disabled.The default value is
false.- Specified by:
getDisableScaleInin interfaceCfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty
-
getScaleInCooldown
Description copied from interface:CfnGlobalTable.TargetTrackingScalingPolicyConfigurationPropertyThe amount of time, in seconds, after a scale-in activity completes before another scale-in activity can start.- Specified by:
getScaleInCooldownin interfaceCfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty
-
getScaleOutCooldown
Description copied from interface:CfnGlobalTable.TargetTrackingScalingPolicyConfigurationPropertyThe amount of time, in seconds, after a scale-out activity completes before another scale-out activity can start.- Specified by:
getScaleOutCooldownin interfaceCfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-