Amazon EC2 · Schema

CreateImageResponse

Response from the CreateImage action

Cloud ComputingComputeIaaSInfrastructureVirtual Machines

Properties

Name Type Description
imageId string The ID of the new AMI
View JSON Schema on GitHub

JSON Schema

ec2-openapi-create-image-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ec2/refs/heads/main/json-schema/ec2-openapi-create-image-response-schema.json",
  "title": "CreateImageResponse",
  "description": "Response from the CreateImage action",
  "type": "object",
  "properties": {
    "imageId": {
      "type": "string",
      "description": "The ID of the new AMI"
    }
  }
}