AutoScalingGroupScheduleUpdateRequest
AutoScalingGroupScheduleUpdateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| day_of_month optional | Day of the month Example : -1,1 | any of [string, null] | |
| day_of_week optional | Day of the week Example : SU,SA | any of [string, null] | |
| description optional | Description Example : description | any of [string, null] | |
| desired_server_count optional | Desired server count Example : 1 | any of [integer, null] | |
| end_date optional | End date Example : 2025-01-01 | any of [string, null] | |
| frequency optional | Frequency Example : WEEKLY | any of [enum (ONCE, DAILY, WEEKLY, MONTHLY), null] | |
| hour optional | Hour Example : 9 | any of [integer, null] | |
| max_server_count optional | Max server count Example : 2 | any of [integer, null] | |
| min_server_count optional | Min server count Example : 1 | any of [integer, null] | |
| minute optional | Minute Example : 0 | any of [integer, null] | |
| name optional | Schedule name Example : schedulenamePattern : ^[a-zA-Z0-9-_]*$ | any of [string, null] | |
| start_date optional | Start date Example : 2024-01-01 | any of [string, null] | |
| state optional | Schedule state Example : ACTIVE | enum (ACTIVE, INACTIVE, DELETED) | |
| timezone optional | Timezone Example : Asia/Seoul | any of [string, null] |