Available in Classic
This is a scaling policy.
Syntax
The syntax is as follows.
private String policyName;
private String autoScalingGroupName;
private CommonCode adjustmentType;
private Integer scalingAdjustment;
private Integer cooldown;
private Integer minAdjustmentStep;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
policyName |
String | Required | Policy name |
autoScalingGroupName |
String | Required | Autoscaling group name |
adjustmentType |
CommonCode | Required | Adjustment type code |
scalingAdjustment |
Integer | Required | Scaling adjustment value |
cooldown |
Integer | Optional | Cooldown time |
minAdjustmentStep |
Integer | Optional | Minimum adjustment step |