Class ScalingInterval.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.applicationautoscaling.ScalingInterval.Jsii$Proxy
- All Implemented Interfaces:
ScalingInterval
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ScalingInterval
@Stability(Stable)
@Internal
public static final class ScalingInterval.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ScalingInterval
An implementation for
ScalingInterval
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.applicationautoscaling.ScalingInterval
ScalingInterval.Builder, ScalingInterval.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ScalingInterval.Builder builder) Constructor that initializes the object based on literal property values passed by theScalingInterval.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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
Constructor that initializes the object based on literal property values passed by theScalingInterval.Builder
.
-
-
Method Details
-
getChange
Description copied from interface:ScalingInterval
The capacity adjustment to apply in this interval.The number is interpreted differently based on AdjustmentType:
- ChangeInCapacity: add the adjustment to the current capacity. The number can be positive or negative.
- PercentChangeInCapacity: add or remove the given percentage of the current capacity to itself. The number can be in the range [-100..100].
- ExactCapacity: set the capacity to this number. The number must be positive.
- Specified by:
getChange
in interfaceScalingInterval
-
getLower
Description copied from interface:ScalingInterval
The lower bound of the interval.The scaling adjustment will be applied if the metric is higher than this value.
Default: Threshold automatically derived from neighbouring intervals
- Specified by:
getLower
in interfaceScalingInterval
-
getUpper
Description copied from interface:ScalingInterval
The upper bound of the interval.The scaling adjustment will be applied if the metric is lower than this value.
Default: Threshold automatically derived from neighbouring intervals
- Specified by:
getUpper
in interfaceScalingInterval
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-