Amazon WorkSpaces · Schema

WorkspaceDirectoryType

WorkspaceDirectoryType schema from Amazon WorkSpaces API

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

JSON Schema

workspaces-workspace-directory-type-schema.json Raw ↑
{
  "type": "string",
  "enum": [
    "SIMPLE_AD",
    "AD_CONNECTOR"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "WorkspaceDirectoryType",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-workspace-directory-type-schema.json",
  "description": "WorkspaceDirectoryType schema from Amazon WorkSpaces API"
}