@Stability(value=Stable) @Internal public static final class StepScalingActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StepScalingActionProps
StepScalingActionPropssoftware.amazon.jsii.JsiiObject.InitializationModeStepScalingActionProps.Builder, StepScalingActionProps.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(StepScalingActionProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
StepScalingActionProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
AdjustmentType |
getAdjustmentType()
How the adjustment numbers are interpreted.
|
IAutoScalingGroup |
getAutoScalingGroup()
The auto scaling group.
|
Duration |
getCooldown()
Period after a scaling completes before another scaling activity can start.
|
Duration |
getEstimatedInstanceWarmup()
Estimated time until a newly launched instance can send metrics to CloudWatch.
|
MetricAggregationType |
getMetricAggregationType()
The aggregation type for the CloudWatch metrics.
|
Number |
getMinAdjustmentMagnitude()
Minimum absolute number to adjust capacity with as result of percentage scaling.
|
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(StepScalingActionProps.Builder builder)
StepScalingActionProps.Builder.public final IAutoScalingGroup getAutoScalingGroup()
StepScalingActionPropsgetAutoScalingGroup in interface StepScalingActionPropspublic final AdjustmentType getAdjustmentType()
StepScalingActionPropsDefault: ChangeInCapacity
getAdjustmentType in interface StepScalingActionPropspublic final Duration getCooldown()
StepScalingActionPropsDefault: The default cooldown configured on the AutoScalingGroup
getCooldown in interface StepScalingActionPropspublic final Duration getEstimatedInstanceWarmup()
StepScalingActionPropsDefault: Same as the cooldown
getEstimatedInstanceWarmup in interface StepScalingActionPropspublic final MetricAggregationType getMetricAggregationType()
StepScalingActionPropsDefault: Average
getMetricAggregationType in interface StepScalingActionPropspublic final Number getMinAdjustmentMagnitude()
StepScalingActionPropsOnly when using AdjustmentType = PercentChangeInCapacity, this number controls the minimum absolute effect size.
Default: No minimum scaling effect
getMinAdjustmentMagnitude in interface StepScalingActionProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.