Uses of Class
software.amazon.awscdk.services.autoscaling.StepScalingAction.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of StepScalingAction.Builder in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptionStepScalingAction.Builder.adjustmentType
(AdjustmentType adjustmentType) How the adjustment numbers are interpreted.StepScalingAction.Builder.autoScalingGroup
(IAutoScalingGroup autoScalingGroup) The auto scaling group.Period after a scaling completes before another scaling activity can start.static StepScalingAction.Builder
StepScalingAction.Builder.estimatedInstanceWarmup
(Duration estimatedInstanceWarmup) Estimated time until a newly launched instance can send metrics to CloudWatch.StepScalingAction.Builder.metricAggregationType
(MetricAggregationType metricAggregationType) The aggregation type for the CloudWatch metrics.StepScalingAction.Builder.minAdjustmentMagnitude
(Number minAdjustmentMagnitude) Minimum absolute number to adjust capacity with as result of percentage scaling.