Classic環境で利用できます。
スケールポリシーです。
構文
構文は次の通りです。
private String policyName;
private String autoScalingGroupName;
private CommonCode adjustmentType;
private Integer scalingAdjustment;
private Integer cooldown;
private Integer minAdjustmentStep;
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
policyName |
String | Required | ポリシー名 |
autoScalingGroupName |
String | Required | オートスケールグループ名 |
adjustmentType |
CommonCode | Required | 調整タイプコード |
scalingAdjustment |
Integer | Required | スケール調整値 |
cooldown |
Integer | Optional | クールダウンタイム |
minAdjustmentStep |
Integer | Optional | 最小調整幅 |