Amazon WorkSpaces · JSON Structure

Workspaces Standby Workspace Structure

Describes a standby WorkSpace.

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

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

Properties

PrimaryWorkspaceId VolumeEncryptionKey DirectoryId Tags

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "PrimaryWorkspaceId",
    "DirectoryId"
  ],
  "properties": {
    "PrimaryWorkspaceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkspaceId"
        },
        {
          "description": "The identifier of the standby WorkSpace."
        }
      ]
    },
    "VolumeEncryptionKey": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VolumeEncryptionKey"
        },
        {
          "description": "The volume encryption key of the standby WorkSpace."
        }
      ]
    },
    "DirectoryId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DirectoryId"
        },
        {
          "description": "The identifier of the directory for the standby WorkSpace."
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagList"
        },
        {
          "description": "The tags associated with the standby WorkSpace."
        }
      ]
    }
  },
  "description": "Describes a standby WorkSpace.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "StandbyWorkspace",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-standby-workspace-structure.json"
}