Amazon WorkSpaces · Schema

ConnectionIdentifier

ConnectionIdentifier schema from Amazon WorkSpaces API

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

JSON Schema

workspaces-connection-identifier-schema.json Raw ↑
{
  "type": "string",
  "pattern": "^[a-zA-Z0-9]+$",
  "minLength": 1,
  "maxLength": 20,
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ConnectionIdentifier",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-connection-identifier-schema.json",
  "description": "ConnectionIdentifier schema from Amazon WorkSpaces API"
}