@Stability(value=Experimental) @Internal public static final class AdjustmentTier.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AdjustmentTier
AdjustmentTiersoftware.amazon.jsii.JsiiObject.InitializationModeAdjustmentTier.Builder, AdjustmentTier.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(Number adjustment,
Number lowerBound,
Number upperBound)
Constructor that initializes the object based on literal property values passed by the
AdjustmentTier.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getAdjustment()
(experimental) What number to adjust the capacity with.
|
Number |
getLowerBound()
(experimental) Lower bound where this scaling tier applies.
|
Number |
getUpperBound()
(experimental) Upper bound where this scaling tier applies.
|
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(Number adjustment, Number lowerBound, Number upperBound)
AdjustmentTier.Builder.public final Number getAdjustment()
AdjustmentTierThe number is interpeted as an added capacity, a new fixed capacity or an added percentage depending on the AdjustmentType value of the StepScalingPolicy.
Can be positive or negative.
getAdjustment in interface AdjustmentTierpublic final Number getLowerBound()
AdjustmentTierThe scaling tier applies if the difference between the metric value and its alarm threshold is higher than this value.
Default: -Infinity if this is the first tier, otherwise the upperBound of the previous tier
getLowerBound in interface AdjustmentTierpublic final Number getUpperBound()
AdjustmentTierThe scaling tier applies if the difference between the metric value and its alarm threshold is lower than this value.
Default: +Infinity
getUpperBound in interface AdjustmentTier@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.