Amazon WorkSpaces · Schema

DeleteTagsRequest

DeleteTagsRequest schema from Amazon WorkSpaces API

DesktopEnd User ComputingVirtual DesktopDesktop as a Service

Properties

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

JSON Schema

workspaces-delete-tags-request-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "ResourceId",
    "TagKeys"
  ],
  "title": "DeleteTagsRequest",
  "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."
        }
      ]
    },
    "TagKeys": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagKeyList"
        },
        {
          "description": "The tag keys."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-delete-tags-request-schema.json",
  "description": "DeleteTagsRequest schema from Amazon WorkSpaces API"
}