Amazon WorkSpaces · Schema

RootStorage

Describes the root volume for a WorkSpace bundle.

DesktopEnd User ComputingVirtual DesktopDesktop as a Service

Properties

Name Type Description
Capacity object
View JSON Schema on GitHub

JSON Schema

workspaces-root-storage-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Capacity": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": "The size of the root volume."
        }
      ]
    }
  },
  "description": "Describes the root volume for a WorkSpace bundle.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RootStorage",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-root-storage-schema.json"
}