AutoScalingGroupShowResponse
AutoScalingGroupShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | 계정 ID Example : a8f10467abfc4b87b64614ab36eb9ae4 | string | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| desired_server_count required | 목표 서버 수 Example : 1 | integer | |
| desired_server_count_editable required | 목표 서버 수 수정 가능 여부 Example : True | boolean | |
| drain_enabled required | Drain 사용 여부 Example : True | boolean | |
| drain_timeout optional | Drain timeout 값 Example : 300 | any of [integer, null] | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| launch_configuration_id required | Launch Configuration ID Example : b5aea5a675fc4f6b9e0fcd1288354c5f | string | |
| launch_configuration_name required | Launch Configuration 이름 Example : launch-configuration-name | string | |
| lb_server_groups optional | LB 서버 그룹 목록 | any of [array[AutoScalingGroupLbServerGroup], null] | |
| max_server_count required | 최대 서버 수 Example : 2 | integer | |
| min_server_count required | 최소 서버 수 Example : 1 | integer | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | Auto-Scaling Group 이름 Example : auto-scaling-group-name | string | |
| security_group_ids optional | Security Group ID 목록 Example : ['c09c3f05-03d9-443f-b27a-40e0f973c75f'] | any of [array[string], null] | |
| server_name_prefix required | 서버 이름 접두사 Example : server-name-prefix | string | |
| state required | Auto-Scaling Group 상태 Example : IN_SERVICE | string | |
| subnet_ids optional | Subnet ID 목록 | array[string] | |
| total_server_count required | 총 서버 수 Example : 1 | integer | |
| vpc_id required | VPC ID Example : cc976b621087484ea5fd527f4b78708b | string |