Amazon WorkSpaces · Schema

ClientPropertiesResult

Information about the Amazon WorkSpaces client.

DesktopEnd User ComputingVirtual DesktopDesktop as a Service

Properties

Name Type Description
ResourceId object
ClientProperties object
View JSON Schema on GitHub

JSON Schema

workspaces-client-properties-result-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "ResourceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": "The resource identifier, in the form of a directory ID."
        }
      ]
    },
    "ClientProperties": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClientProperties"
        },
        {
          "description": "Information about the Amazon WorkSpaces client."
        }
      ]
    }
  },
  "description": "Information about the Amazon WorkSpaces client.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ClientPropertiesResult",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-client-properties-result-schema.json"
}