Amazon WorkSpaces · JSON Structure

Workspaces Create Tags Request Structure

CreateTagsRequest schema from Amazon WorkSpaces API

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

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

Properties

ResourceId Tags

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "ResourceId",
    "Tags"
  ],
  "name": "CreateTagsRequest",
  "properties": {
    "ResourceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": "The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces, registered directories, images, custom bundles, IP access control groups, and connection aliases."
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagList"
        },
        {
          "description": "The tags. Each WorkSpaces resource can have a maximum of 50 tags."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-create-tags-request-structure.json",
  "description": "CreateTagsRequest schema from Amazon WorkSpaces API"
}