Amazon WorkSpaces · Schema

Ec2ImageId

Ec2ImageId schema from Amazon WorkSpaces API

DesktopEnd User ComputingVirtual DesktopDesktop as a Service
View JSON Schema on GitHub

JSON Schema

workspaces-ec2-image-id-schema.json Raw ↑
{
  "type": "string",
  "pattern": "^ami\\-([a-f0-9]{8}|[a-f0-9]{17})$",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Ec2ImageId",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-ec2-image-id-schema.json",
  "description": "Ec2ImageId schema from Amazon WorkSpaces API"
}