Amazon EC2 · JSON Structure

Ec2 Openapi Create Image Response Structure

Response from the CreateImage action

Type: object Properties: 1
Cloud ComputingComputeIaaSInfrastructureVirtual Machines

CreateImageResponse is a JSON Structure definition published by Amazon EC2, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

imageId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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