Amazon WorkSpaces · JSON Structure

Workspaces Connection String Structure

ConnectionString schema from Amazon WorkSpaces API

Type: string Properties: 0
DesktopEnd User ComputingVirtual DesktopDesktop as a Service

ConnectionString is a JSON Structure definition published by Amazon WorkSpaces. 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 ↑
{
  "type": "string",
  "pattern": "^[.0-9a-zA-Z\\-]{1,255}$",
  "minLength": 1,
  "maxLength": 255,
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ConnectionString",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-connection-string-structure.json",
  "description": "ConnectionString schema from Amazon WorkSpaces API"
}