ScheduledUpdateGroupAction

Prev Next

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 希望する容量
  • 0~30
minSize Integer Conditional 最小サイズ
  • 0~30
maxSize Integer Conditional 最大サイズ
  • 0~30
startTime Date Conditional スケジュールの開始日時(YYYY-MM-DDThh:mm:ssZ)
endTime Date Optional 繰り返しスケジュールの終了日時(YYYY-MM-DDThh:mm:ssZ)
recurrenceInKST String Optional 繰り返しスケジュールの設定(crontab expression)