LaunchConfigurationShowResponse
LaunchConfigurationShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : a8f10467abfc4b87b64614ab36eb9ae4 | string | |
| auto_scaling_group_count optional | Number of Auto-Scaling Group attached to Launch Configuration Example : 1 | any of [integer, null] | |
| boot_disk_size optional | Size of default volume Example : 104 | any of [integer, null] | |
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| extra_disk_size optional | Size of additional volume Example : 104 | any of [integer, null] | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| image_id required | Image ID Example : 70a599e0-31e7-49b7-b260-868f441e862b | string | |
| image_name required | Image name Example : imagename | string | |
| keypair_name required | Keypair name Example : keypairname | string | |
| modified_at required | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | Launch Configuration name Example : launch-configuration-name | string | |
| public_key optional | Public Key Example : publickey | any of [string, null] | |
| server_type_id required | Server type ID Example : s1v1m2 | string | |
| state required | Launch Configuration state Example : ACTIVE | string | |
| user_data optional | User data Example : IyEvYmluL2Jhc2gKL2Jpbi9zdQplY2hvICJJIGFtIGluIHlvdSEiCg== | any of [string, null] | |
| volumes optional | Volumes | any of [array[LaunchConfigurationVolume], null] |