UpdateWorkloadOutput

Output of an update workload call.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
Workload object
View JSON Schema on GitHub

JSON Schema

well-architected-tool-update-workload-output-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Workload": {
      "$ref": "#/components/schemas/Workload"
    }
  },
  "description": "Output of an update workload call.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateWorkloadOutput",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-update-workload-output-schema.json"
}