ImageProfileSpecification
ImageProfileSpecification
Specification for image profile.
JSON Example
{
"regionId": "9e49",
"imageMapping": {
"imageMapping": {
"cloudConfig": "runcmd:\n - [\"mkdir\", \"/imageFolder\"]",
"name": "ami-ubuntu-16.04-1.9.1-00-1516139717",
"id": "9e49"
}
},
"name": "string",
"description": "string"
}
string
regionId
Required
The id of the region for which this profile is created
object
imageMapping
Required
Image mapping defined for the corresponding region.
string
name
Required
A human-friendly name used as an identifier in APIs that support this option.
string
description
Optional
A human-friendly description.