| Modifier and Type | Method and Description |
|---|---|
default MetricAggregationType |
StepScalingActionProps.getMetricAggregationType()
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.
|
| Modifier and Type | Method and Description |
|---|---|
StepScalingAction.Builder |
StepScalingAction.Builder.metricAggregationType(MetricAggregationType metricAggregationType)
The aggregation type for the CloudWatch metrics.
|
StepScalingActionProps.Builder |
StepScalingActionProps.Builder.metricAggregationType(MetricAggregationType metricAggregationType)
Sets the value of
StepScalingActionProps.getMetricAggregationType() |
| Constructor and Description |
|---|
Jsii$Proxy(IScalableTarget scalingTarget,
AdjustmentType adjustmentType,
Duration cooldown,
MetricAggregationType metricAggregationType,
Number minAdjustmentMagnitude,
String policyName)
Constructor that initializes the object based on literal property values passed by the
StepScalingActionProps.Builder. |
Copyright © 2021. All rights reserved.