LaunchConfigurationDetailShowResponse
LaunchConfigurationDetailShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | 계정 ID Example : a8f10467abfc4b87b64614ab36eb9ae4 | string | |
| auto_scaling_group_count optional | Launch Configuration에 연결된 Auto-Scaling Group 수 Example : 1 | any of [integer, null] | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| image_id required | 이미지 ID Example : 70a599e0-31e7-49b7-b260-868f441e862b | string | |
| image_name required | 이미지 이름 Example : imagename | string | |
| keypair_name required | 키페어 이름 Example : keypairname | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | Launch Configuration 이름 Example : launch-configuration-name | string | |
| public_key optional | Public Key Example : publickey | any of [string, null] | |
| server_type_id required | 서버 타입 ID Example : s1v1m2 | string | |
| state required | Launch Configuration 상태 Example : ACTIVE | string | |
| user_data optional | 사용자 데이터 Example : IyEvYmluL2Jhc2gKL2Jpbi9zdQplY2hvICJJIGFtIGluIHlvdSEiCg== | any of [string, null] | |
| volumes optional | 볼륨 | any of [array[LaunchConfigurationVolume], null] |