Parameter | Type | Description | Example |
---|---|---|---|
object | The configurations of scheduled auto scaling. | ||
endTime | string | The time when the policy expires. | 2024-03-10T10:10:10Z |
name | string | The policy name. | test_1 |
scheduleExpression | string | The schedule expression. | cron(0 0 22 * * *) |
startTime | string | The time when the policy takes effect. | 2023-03-10T10:10:10Z |
target | long | The number of target provisioned instances. | 50 |
timeZone | string | The time zone. If the time zone parameter is empty, the value of startTime, endTime, and scheduleExpression must be in UTC format. | Asia/Shanghai |