| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
MetricAggregationType |
StepScalingPolicyProps.Jsii$Proxy.getMetricAggregationType() |
default MetricAggregationType |
BasicStepScalingPolicyProps.getMetricAggregationType()
(experimental) Aggregation to apply to all data points over the evaluation periods.
|
MetricAggregationType |
BasicStepScalingPolicyProps.Jsii$Proxy.getMetricAggregationType() |
default MetricAggregationType |
StepScalingActionProps.getMetricAggregationType()
(experimental) The aggregation type for the CloudWatch metrics.
|
MetricAggregationType |
StepScalingActionProps.Jsii$Proxy.getMetricAggregationType() |
static MetricAggregationType |
MetricAggregationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricAggregationType[] |
MetricAggregationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.