LaunchConfigurationCreateRequest
LaunchConfigurationCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| image_id required | Image ID Example : 70a599e0-31e7-49b7-b260-868f441e862b | string | |
| keypair_name required | Keypair name Example : keypairname | string | |
| name required | Launch Configuration name Example : launch-configuration-namePattern : ^[a-zA-Z0-9-_]*$Minimum length : 1Maximum length : 63 | string | |
| server_type_id required | Server type ID Example : s1v1m2 | string | |
| tags optional | Tags Example : [{'key': 'key', 'value': 'value'}] | any of [array[Tag], null] | |
| user_data optional | User data Example : IyEvYmluL2Jhc2gKL2Jpbi9zdQplY2hvICJJIGFtIGluIHlvdSEiCg== | any of [string, null] | |
| volumes optional | Volumes | any of [array[LaunchConfigurationVolume], null] |