Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Update Workload Output Structure

Output of an update workload call.

Type: object Properties: 1
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

Workload

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

JSON Structure

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