Uses of Class
software.amazon.awscdk.services.autoscaling.StepScalingPolicy.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of StepScalingPolicy.Builder in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptionStepScalingPolicy.Builder.adjustmentType
(AdjustmentType adjustmentType) How the adjustment numbers inside 'intervals' are interpreted.StepScalingPolicy.Builder.autoScalingGroup
(IAutoScalingGroup autoScalingGroup) The auto scaling group.Grace period after scaling activity.static StepScalingPolicy.Builder
StepScalingPolicy.Builder.datapointsToAlarm
(Number datapointsToAlarm) The number of data points out of the evaluation periods that must be breaching to trigger a scaling action.StepScalingPolicy.Builder.estimatedInstanceWarmup
(Duration estimatedInstanceWarmup) Estimated time until a newly launched instance can send metrics to CloudWatch.StepScalingPolicy.Builder.evaluationPeriods
(Number evaluationPeriods) How many evaluation periods of the metric to wait before triggering a scaling action.Metric to scale on.StepScalingPolicy.Builder.metricAggregationType
(MetricAggregationType metricAggregationType) Aggregation to apply to all data points over the evaluation periods.StepScalingPolicy.Builder.minAdjustmentMagnitude
(Number minAdjustmentMagnitude) Minimum absolute number to adjust capacity with as result of percentage scaling.StepScalingPolicy.Builder.scalingSteps
(List<? extends ScalingInterval> scalingSteps) The intervals for scaling.