Available in VPC
This is a data type required when editing a schedule.
Syntax
The syntax is as follows.
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;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
autoScalingGroupNo |
String | Required | Number of the autoscaling group that the scheduled action is set in |
scheduledActionNo |
String | Required | Scheduled action number
|
scheduledActionName |
String | Required | Scheduled action name |
minSize |
Integer | Required | Minimum capacity
|
maxSize |
Integer | Required | Maximum capacity
|
desiredCapacity |
Integer | Required | Expected capacity
|
startTime |
Date | Required | Schedule start date and time (yyyy-MM-ddTHH:mm:ssZ) |
endTime |
Date | Optional | Recurring schedule end date and time (yyyy-MM-ddTHH:mm:ssZ) |
recurrence |
String | Optional | Set up recurring schedule (crontab expression) |
timeZone |
String | Required | Time zone
|