ScheduledUpdateGroupAction
- Print
- PDF
ScheduledUpdateGroupAction
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic
This is a data type required when editing a schedule.
Syntax
The syntax is as follows.
private String autoScalingGroupName;
private String scheduledActionName;
private Integer desiredCapacity;
private Integer minSize;
private Integer maxSize;
private Date startTime;
private Date endTime;
private String recurrenceInKST;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
autoScalingGroupName | String | Required | Number of the autoscaling group that the scheduled action is set in |
scheduledActionName | String | Required | Scheduled action name |
desiredCapacity | Integer | Conditional | Expected capacity
|
minSize | Integer | Conditional | Minimum size
|
maxSize | Integer | Conditional | Maximum size
|
startTime | Date | Conditional | Schedule start date and time (YYYY-MM-DDThh:mm:ssZ) |
endTime | Date | Optional | Recurring schedule end date and time (YYYY-MM-DDThh:mm:ssZ) |
recurrenceInKST | String | Optional | Set up recurring schedule (crontab expression) |
Was this article helpful?