AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Represents a step scaling policy configuration to use with Application Auto Scaling.
For more information, see Step scaling policies in the Application Auto Scaling User Guide.
Namespace: Amazon.ApplicationAutoScaling.Model
Assembly: AWSSDK.ApplicationAutoScaling.dll
Version: 3.x.y.z
public class StepScalingPolicyConfiguration
The StepScalingPolicyConfiguration type exposes the following members
Name | Description | |
---|---|---|
![]() |
StepScalingPolicyConfiguration() |
Name | Type | Description | |
---|---|---|---|
![]() |
AdjustmentType | Amazon.ApplicationAutoScaling.AdjustmentType |
Gets and sets the property AdjustmentType.
Specifies how the
|
![]() |
Cooldown | System.Int32 |
Gets and sets the property Cooldown. The amount of time, in seconds, to wait for a previous scaling activity to take effect. If not specified, the default value is 300. For more information, see Cooldown period in the Application Auto Scaling User Guide. |
![]() |
MetricAggregationType | Amazon.ApplicationAutoScaling.MetricAggregationType |
Gets and sets the property MetricAggregationType.
The aggregation type for the CloudWatch metrics. Valid values are |
![]() |
MinAdjustmentMagnitude | System.Int32 |
Gets and sets the property MinAdjustmentMagnitude.
The minimum value to scale by when the adjustment type is |
![]() |
StepAdjustments | System.Collections.Generic.List<Amazon.ApplicationAutoScaling.Model.StepAdjustment> |
Gets and sets the property StepAdjustments. A set of adjustments that enable you to scale based on the size of the alarm breach. At least one step adjustment is required if you are adding a new step scaling policy configuration. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5