Amazon WorkSpaces · Schema

Region

Region schema from Amazon WorkSpaces API

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

JSON Schema

workspaces-region-schema.json Raw ↑
{
  "type": "string",
  "pattern": "^[-0-9a-z]{1,31}$",
  "minLength": 1,
  "maxLength": 31,
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Region",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-region-schema.json",
  "description": "Region schema from Amazon WorkSpaces API"
}