Amazon WorkSpaces · Schema

ConnectionString

ConnectionString schema from Amazon WorkSpaces API

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

JSON Schema

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