Amazon EC2 Image Builder · JSON Structure

Ec2 Image Builder Image Recipe Arn Structure

ImageRecipeArn schema from EC2 Image Builder

Type: string Properties: 0
Amazon Web ServicesAutomationContainer ImagesEC2Image BuildingVirtual Machine Images

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

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-image-recipe-arn-structure.json",
  "name": "ImageRecipeArn",
  "description": "ImageRecipeArn schema from EC2 Image Builder",
  "type": "string",
  "pattern": "^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws):image-recipe/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+$"
}