Amazon WorkSpaces · Schema

RebootRequest

Describes the information used to reboot a WorkSpace.

DesktopEnd User ComputingVirtual DesktopDesktop as a Service

Properties

Name Type Description
WorkspaceId object
View JSON Schema on GitHub

JSON Schema

workspaces-reboot-request-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "WorkspaceId"
  ],
  "properties": {
    "WorkspaceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkspaceId"
        },
        {
          "description": "The identifier of the WorkSpace."
        }
      ]
    }
  },
  "description": "Describes the information used to reboot a WorkSpace.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RebootRequest",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-reboot-request-schema.json"
}