Amazon WorkSpaces · JSON Structure

Workspaces Describe Client Branding Request Structure

DescribeClientBrandingRequest schema from Amazon WorkSpaces API

Type: object Properties: 1 Required: 1
DesktopEnd User ComputingVirtual DesktopDesktop as a Service

DescribeClientBrandingRequest is a JSON Structure definition published by Amazon WorkSpaces, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ResourceId

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "ResourceId"
  ],
  "name": "DescribeClientBrandingRequest",
  "properties": {
    "ResourceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DirectoryId"
        },
        {
          "description": "The directory identifier of the WorkSpace for which you want to view client branding information."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-describe-client-branding-request-structure.json",
  "description": "DescribeClientBrandingRequest schema from Amazon WorkSpaces API"
}