@Stability(value=Stable) @Internal public static final class ScalingInterval.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ScalingInterval
ScalingIntervalsoftware.amazon.jsii.JsiiObject.InitializationModeScalingInterval.Builder, ScalingInterval.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(ScalingInterval.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ScalingInterval.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getChange()
The capacity adjustment to apply in this interval.
|
Number |
getLower()
The lower bound of the interval.
|
Number |
getUpper()
The upper bound of the interval.
|
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(ScalingInterval.Builder builder)
ScalingInterval.Builder.public final Number getChange()
ScalingIntervalThe number is interpreted differently based on AdjustmentType:
getChange in interface ScalingIntervalpublic final Number getLower()
ScalingIntervalThe scaling adjustment will be applied if the metric is higher than this value.
Default: Threshold automatically derived from neighbouring intervals
getLower in interface ScalingIntervalpublic final Number getUpper()
ScalingIntervalThe scaling adjustment will be applied if the metric is lower than this value.
Default: Threshold automatically derived from neighbouring intervals
getUpper in interface ScalingInterval@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.