Amazon WorkSpaces · JSON Structure

Workspaces Compute Type Structure

Describes the compute type of the bundle.

Type: object Properties: 1
DesktopEnd User ComputingVirtual DesktopDesktop as a Service

ComputeType is a JSON Structure definition published by Amazon WorkSpaces, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Name

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

JSON Structure

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-structure.org/meta/core/v0/#",
  "name": "ComputeType",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-compute-type-structure.json"
}