Amazon WorkSpaces · Schema

ComputeType

Describes the compute type of the bundle.

DesktopEnd User ComputingVirtual DesktopDesktop as a Service

Properties

Name Type Description
Name object
View JSON Schema on GitHub

JSON Schema

workspaces-compute-type-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Compute"
        },
        {
          "description": "The compute type."
        }
      ]
    }
  },
  "description": "Describes the compute type of the bundle.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ComputeType",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-compute-type-schema.json"
}