AutoScalingGroupScheduleShowResponse
AutoScalingGroupScheduleShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : a8f10467abfc4b87b64614ab36eb9ae4 | string | |
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| day_of_month required | Day of the month Example : -1,1 | any of [string, null] | |
| day_of_week required | Day of the week Example : SU,SA | any of [string, null] | |
| description required | Description Example : description | any of [string, null] | |
| desired_server_count required | Desired server count Example : 1 | any of [integer, null] | |
| end_date required | End date Example : 2025-01-01 | any of [string, null] | |
| frequency required | Frequency Example : WEEKLY | enum (ONCE, DAILY, WEEKLY, MONTHLY) | |
| hour required | Hour Example : 9 | integer | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| max_server_count required | Max server count Example : 2 | any of [integer, null] | |
| min_server_count required | Min server count Example : 1 | any of [integer, null] | |
| minute required | Minute Example : 0 | integer | |
| modified_at required | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | Schedule name Example : schedulename | string | |
| start_date required | Start date Example : 2024-01-01 | string | |
| state required | Schedule state Example : ACTIVE | string | |
| timezone required | Timezone Example : Asia/Seoul | string |