@Stability(value=Experimental) @Internal public static final class AdjustmentTier.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AdjustmentTier
AdjustmentTier
software.amazon.jsii.JsiiObject.InitializationMode
AdjustmentTier.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, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected 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()
AdjustmentTier
The 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 AdjustmentTier
public final Number getLowerBound()
AdjustmentTier
The 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 AdjustmentTier
public final Number getUpperBound()
AdjustmentTier
The 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.JsiiSerializable
Copyright © 2021. All rights reserved.