UpdateWorkspaceRequest

UpdateWorkspaceRequest schema

3D VisualizationDigital TwinIndustrial IoTIoT

Properties

Name Type Description
description object
role object
View JSON Schema on GitHub

JSON Schema

iot-twinmaker-update-workspace-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-twinmaker/refs/heads/main/json-schema/iot-twinmaker-update-workspace-request-schema.json",
  "title": "UpdateWorkspaceRequest",
  "description": "UpdateWorkspaceRequest schema",
  "type": "object",
  "properties": {
    "description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Description"
        },
        {
          "description": "The description of the workspace."
        }
      ]
    },
    "role": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RoleArn"
        },
        {
          "description": "The ARN of the execution role associated with the workspace."
        }
      ]
    }
  }
}