Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Risk Structure

The risk for a given workload, lens review, pillar, or question.

Type: string Properties: 0
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

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

JSON Structure

Raw ↑
{
  "type": "string",
  "enum": [
    "UNANSWERED",
    "HIGH",
    "MEDIUM",
    "NONE",
    "NOT_APPLICABLE"
  ],
  "description": "The risk for a given workload, lens review, pillar, or question.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "Risk",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-risk-structure.json"
}