VPC環境で利用できます。
スケジュール変更時に必要なデータタイプです。
構文
構文は次の通りです。
private String autoScalingGroupNo;
private String scheduledActionNo;
private String scheduledActionName;
private Integer minSize;
private Integer maxSize;
private Integer desiredCapacity;
private Date startTime;
private Date endTime;
private String recurrence;
private String timeZone;
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
autoScalingGroupNo |
String | Required | Shceduled Actionが設定されているオートスケールグループ番号 |
scheduledActionNo |
String | Required | Scheduled Action番号
|
scheduledActionName |
String | Required | Scheduled Action名 |
minSize |
Integer | Required | 最小容量
|
maxSize |
Integer | Required | 最大容量
|
desiredCapacity |
Integer | Required | 希望する容量
|
startTime |
Date | Required | スケジュールの開始日時(yyyy-MM-ddTHH:mm:ssZ) |
endTime |
Date | Optional | 繰り返しスケジュールの終了日時(yyyy-MM-ddTHH:mm:ssZ) |
recurrence |
String | Optional | 繰り返しスケジュールの設定(crontab expression) |
timeZone |
String | Required | 時間帯域
|