AutoScalingGroupScheduleUpdateRequest
AutoScalingGroupScheduleUpdateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| day_of_month optional | 일 Example : -1,1 | any of [string, null] | |
| day_of_week optional | 요일 Example : SU,SA | any of [string, null] | |
| description optional | 설명 Example : description | any of [string, null] | |
| desired_server_count optional | 목표 서버 수 Example : 1 | any of [integer, null] | |
| end_date optional | 종료 날짜 Example : 2025-01-01 | any of [string, null] | |
| frequency optional | 빈도 Example : WEEKLY | any of [enum (ONCE, DAILY, WEEKLY, MONTHLY), null] | |
| hour optional | 시간 Example : 9 | any of [integer, null] | |
| max_server_count optional | 최대 서버 수 Example : 2 | any of [integer, null] | |
| min_server_count optional | 최소 서버 수 Example : 1 | any of [integer, null] | |
| minute optional | 분 Example : 0 | any of [integer, null] | |
| name optional | 스케쥴 이름 Example : schedulenamePattern : ^[a-zA-Z0-9-_]*$ | any of [string, null] | |
| start_date optional | 시작 날짜 Example : 2024-01-01 | any of [string, null] | |
| state optional | 스케쥴 상태 Example : ACTIVE | enum (ACTIVE, INACTIVE, DELETED) | |
| timezone optional | 시간대 Example : Asia/Seoul | any of [string, null] |