@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:07.341Z") @Stability(value=Experimental) public interface BasicStepScalingPolicyProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
BasicStepScalingPolicyProps.Builder
A builder for
BasicStepScalingPolicyProps |
static class |
BasicStepScalingPolicyProps.Jsii$Proxy
An implementation for
BasicStepScalingPolicyProps |
| Modifier and Type | Method and Description |
|---|---|
static BasicStepScalingPolicyProps.Builder |
builder() |
default AdjustmentType |
getAdjustmentType()
(experimental) How the adjustment numbers inside 'intervals' are interpreted.
|
default Duration |
getCooldown()
(experimental) Grace period after scaling activity.
|
default Duration |
getEstimatedInstanceWarmup()
(experimental) Estimated time until a newly launched instance can send metrics to CloudWatch.
|
IMetric |
getMetric()
(experimental) Metric to scale on.
|
default Number |
getMinAdjustmentMagnitude()
(experimental) Minimum absolute number to adjust capacity with as result of percentage scaling.
|
List<ScalingInterval> |
getScalingSteps()
(experimental) The intervals for scaling.
|
@Stability(value=Experimental) @NotNull IMetric getMetric()
@Stability(value=Experimental) @NotNull List<ScalingInterval> getScalingSteps()
Maps a range of metric values to a particular scaling behavior.
@Stability(value=Experimental) @Nullable default AdjustmentType getAdjustmentType()
Default: ChangeInCapacity
@Stability(value=Experimental) @Nullable default Duration getCooldown()
Default: Default cooldown period on your AutoScalingGroup
@Stability(value=Experimental) @Nullable default Duration getEstimatedInstanceWarmup()
Default: Same as the cooldown
@Stability(value=Experimental) @Nullable default Number getMinAdjustmentMagnitude()
Only when using AdjustmentType = PercentChangeInCapacity, this number controls the minimum absolute effect size.
Default: No minimum scaling effect
@Stability(value=Experimental) static BasicStepScalingPolicyProps.Builder builder()
Copyright © 2020. All rights reserved.