AutoScalingGroupScheduleCreateRequest
AutoScalingGroupScheduleCreateRequest
| 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 required | Frequency Example : WEEKLY | enum (ONCE, DAILY, WEEKLY, MONTHLY) | |
| hour required | Hour Example : 9Maximum : 23 | integer | |
| 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 required | Minute Example : 0 | integer | |
| name required | Schedule name Example : schedulenamePattern : ^[a-zA-Z0-9-_]*$Minimum length : 1Maximum length : 63 | string | |
| start_date required | Start date Example : 2024-01-01 | string | |
| state optional | Schedule state Example : ACTIVE | enum (ACTIVE, INACTIVE, DELETED) | |
| timezone required | Timezone Example : Asia/Seoul | string |