| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
StepScalingAction.Builder |
StepScalingAction.Builder.adjustmentType(AdjustmentType adjustmentType)
(experimental) How the adjustment numbers are interpreted.
|
StepScalingAction.Builder |
StepScalingAction.Builder.autoScalingGroup(IAutoScalingGroup autoScalingGroup)
(experimental) The auto scaling group.
|
StepScalingAction.Builder |
StepScalingAction.Builder.cooldown(Duration cooldown)
(experimental) Period after a scaling completes before another scaling activity can start.
|
static StepScalingAction.Builder |
StepScalingAction.Builder.create(software.constructs.Construct scope,
String id) |
StepScalingAction.Builder |
StepScalingAction.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
(experimental) Estimated time until a newly launched instance can send metrics to CloudWatch.
|
StepScalingAction.Builder |
StepScalingAction.Builder.metricAggregationType(MetricAggregationType metricAggregationType)
(experimental) The aggregation type for the CloudWatch metrics.
|
StepScalingAction.Builder |
StepScalingAction.Builder.minAdjustmentMagnitude(Number minAdjustmentMagnitude)
(experimental) Minimum absolute number to adjust capacity with as result of percentage scaling.
|
Copyright © 2021. All rights reserved.