| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
ScalingInterval |
ScalingInterval.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScalingInterval> |
StepScalingPolicyProps.Jsii$Proxy.getScalingSteps() |
List<ScalingInterval> |
BasicStepScalingPolicyProps.getScalingSteps()
(experimental) The intervals for scaling.
|
List<ScalingInterval> |
BasicStepScalingPolicyProps.Jsii$Proxy.getScalingSteps() |
| Modifier and Type | Method and Description |
|---|---|
StepScalingPolicyProps.Builder |
StepScalingPolicyProps.Builder.scalingSteps(List<? extends ScalingInterval> scalingSteps)
Sets the value of
BasicStepScalingPolicyProps.getScalingSteps() |
StepScalingPolicy.Builder |
StepScalingPolicy.Builder.scalingSteps(List<? extends ScalingInterval> scalingSteps)
(experimental) The intervals for scaling.
|
BasicStepScalingPolicyProps.Builder |
BasicStepScalingPolicyProps.Builder.scalingSteps(List<? extends ScalingInterval> scalingSteps)
Sets the value of
BasicStepScalingPolicyProps.getScalingSteps() |
| Constructor and Description |
|---|
Jsii$Proxy(IAutoScalingGroup autoScalingGroup,
IMetric metric,
List<? extends ScalingInterval> scalingSteps,
AdjustmentType adjustmentType,
Duration cooldown,
Duration estimatedInstanceWarmup,
Number evaluationPeriods,
MetricAggregationType metricAggregationType,
Number minAdjustmentMagnitude)
Constructor that initializes the object based on literal property values passed by the
StepScalingPolicyProps.Builder. |
Jsii$Proxy(IMetric metric,
List<? extends ScalingInterval> scalingSteps,
AdjustmentType adjustmentType,
Duration cooldown,
Duration estimatedInstanceWarmup,
Number evaluationPeriods,
MetricAggregationType metricAggregationType,
Number minAdjustmentMagnitude)
Constructor that initializes the object based on literal property values passed by the
BasicStepScalingPolicyProps.Builder. |
Copyright © 2021. All rights reserved.