public static final class AdjustmentTier.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AdjustmentTier
AdjustmentTier
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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getAdjustment()
What number to adjust the capacity with.
|
java.lang.Number |
getLowerBound()
Lower bound where this scaling tier applies.
|
java.lang.Number |
getUpperBound()
Upper bound where this scaling tier applies.
|
int |
hashCode() |
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.public final java.lang.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 java.lang.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 java.lang.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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()