Uses of Class
software.amazon.awscdk.services.applicationautoscaling.StepScalingAction.Builder
Package
Description
AWS Auto Scaling Construct Library
-
Uses of StepScalingAction.Builder in software.amazon.awscdk.services.applicationautoscaling
Modifier and TypeMethodDescriptionStepScalingAction.Builder.adjustmentType
(AdjustmentType adjustmentType) How the adjustment numbers are interpreted.Grace period after scaling activity.static StepScalingAction.Builder
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.StepScalingAction.Builder.policyName
(String policyName) A name for the scaling policy.StepScalingAction.Builder.scalingTarget
(IScalableTarget scalingTarget) The scalable target.