Amazon WorkSpaces · JSON Structure

Workspaces Client Properties Result Structure

Information about the Amazon WorkSpaces client.

Type: object Properties: 2
DesktopEnd User ComputingVirtual DesktopDesktop as a Service

ClientPropertiesResult is a JSON Structure definition published by Amazon WorkSpaces, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ResourceId ClientProperties

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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-structure.org/meta/core/v0/#",
  "name": "ClientPropertiesResult",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-client-properties-result-structure.json"
}