Parameter | Type | Description | Example |
---|---|---|---|
object | |||
LaunchTime | string | The execution time of the scaling rule. This parameter is required. The value is a string in the HH:MM format. | 17:30 |
StartTime | long | The timestamp that specifies the start time. This parameter is required. Unit: milliseconds. | 1639714800000 |
EndTime | long | The timestamp that specifies the end time. Unit: milliseconds. | 1639714800000 |
LaunchExpirationTime | integer | The time period during which a scheduled task can be retried after it fails. Unit: seconds. Valid values: 0 to 3600. | 600 |
RecurrenceType | string | The frequency of executing the specified rule whose trigger mode is scaling by time. Valid values:
| WEEKLY |
RecurrenceValue | string | The number of recurrences of the scheduled task. The value of this parameter depends on the value of RecurrenceType.
| MON,FRI,SUN |