| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
AdjustmentType |
StepScalingPolicyProps.Jsii$Proxy.getAdjustmentType() |
default AdjustmentType |
BasicStepScalingPolicyProps.getAdjustmentType()
(experimental) How the adjustment numbers inside 'intervals' are interpreted.
|
AdjustmentType |
BasicStepScalingPolicyProps.Jsii$Proxy.getAdjustmentType() |
default AdjustmentType |
StepScalingActionProps.getAdjustmentType()
(experimental) How the adjustment numbers are interpreted.
|
AdjustmentType |
StepScalingActionProps.Jsii$Proxy.getAdjustmentType() |
static AdjustmentType |
AdjustmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdjustmentType[] |
AdjustmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StepScalingPolicyProps.Builder |
StepScalingPolicyProps.Builder.adjustmentType(AdjustmentType adjustmentType)
Sets the value of
BasicStepScalingPolicyProps.getAdjustmentType() |
StepScalingPolicy.Builder |
StepScalingPolicy.Builder.adjustmentType(AdjustmentType adjustmentType)
(experimental) How the adjustment numbers inside 'intervals' are interpreted.
|
StepScalingAction.Builder |
StepScalingAction.Builder.adjustmentType(AdjustmentType adjustmentType)
(experimental) How the adjustment numbers are interpreted.
|
BasicStepScalingPolicyProps.Builder |
BasicStepScalingPolicyProps.Builder.adjustmentType(AdjustmentType adjustmentType)
Sets the value of
BasicStepScalingPolicyProps.getAdjustmentType() |
StepScalingActionProps.Builder |
StepScalingActionProps.Builder.adjustmentType(AdjustmentType adjustmentType)
Sets the value of
StepScalingActionProps.getAdjustmentType() |
| Constructor and Description |
|---|
Jsii$Proxy(IAutoScalingGroup autoScalingGroup,
AdjustmentType adjustmentType,
Duration cooldown,
Duration estimatedInstanceWarmup,
MetricAggregationType metricAggregationType,
Number minAdjustmentMagnitude)
Constructor that initializes the object based on literal property values passed by the
StepScalingActionProps.Builder. |
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.