Amazon EC2 Image Builder · JSON Structure

Ec2 Image Builder Output Resources Structure

The resources produced by this image.

Type: object Properties: 2
Amazon Web ServicesAutomationContainer ImagesEC2Image BuildingVirtual Machine Images

OutputResources is a JSON Structure definition published by Amazon EC2 Image Builder, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

amis containers

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-image-builder/refs/heads/main/json-structure/ec2-image-builder-output-resources-structure.json",
  "name": "OutputResources",
  "description": "The resources produced by this image.",
  "type": "object",
  "properties": {
    "amis": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AmiList"
        },
        {
          "description": "The Amazon EC2 AMIs created by this image."
        }
      ]
    },
    "containers": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ContainerList"
        },
        {
          "description": "Container images that the pipeline has generated and stored in the output repository."
        }
      ]
    }
  }
}