Amazon WorkSpaces · Schema

MigrateWorkspaceRequest

MigrateWorkspaceRequest schema from Amazon WorkSpaces API

DesktopEnd User ComputingVirtual DesktopDesktop as a Service

Properties

Name Type Description
SourceWorkspaceId object
BundleId object
View JSON Schema on GitHub

JSON Schema

workspaces-migrate-workspace-request-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "SourceWorkspaceId",
    "BundleId"
  ],
  "title": "MigrateWorkspaceRequest",
  "properties": {
    "SourceWorkspaceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkspaceId"
        },
        {
          "description": "The identifier of the WorkSpace to migrate from."
        }
      ]
    },
    "BundleId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BundleId"
        },
        {
          "description": "The identifier of the target bundle type to migrate the WorkSpace to."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-migrate-workspace-request-schema.json",
  "description": "MigrateWorkspaceRequest schema from Amazon WorkSpaces API"
}