ScheduledUpdateGroupAction
- 印刷する
- PDF
ScheduledUpdateGroupAction
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
Classic環境で利用できます。
スケジュール変更時に必要なデータタイプです。
構文
構文は次の通りです。
private String autoScalingGroupName;
private String scheduledActionName;
private Integer desiredCapacity;
private Integer minSize;
private Integer maxSize;
private Date startTime;
private Date endTime;
private String recurrenceInKST;
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
autoScalingGroupName | String | Required | Shceduled Actionが設定されているオートスケールグループ番号 |
scheduledActionName | String | Required | Scheduled Action名 |
desiredCapacity | Integer | Conditional | 希望する容量
|
minSize | Integer | Conditional | 最小サイズ
|
maxSize | Integer | Conditional | 最大サイズ
|
startTime | Date | Conditional | スケジュールの開始日時(YYYY-MM-DDThh:mm:ssZ) |
endTime | Date | Optional | 繰り返しスケジュールの終了日時(YYYY-MM-DDThh:mm:ssZ) |
recurrenceInKST | String | Optional | 繰り返しスケジュールの設定(crontab expression) |
この記事は役に立ちましたか?