Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Pillar Review Summary Structure

A pillar review summary of a lens review.

Type: object Properties: 5
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

PillarId PillarName Notes RiskCounts PrioritizedRiskCounts

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "PillarId": {
      "$ref": "#/components/schemas/PillarId"
    },
    "PillarName": {
      "$ref": "#/components/schemas/PillarName"
    },
    "Notes": {
      "$ref": "#/components/schemas/Notes"
    },
    "RiskCounts": {
      "$ref": "#/components/schemas/RiskCounts"
    },
    "PrioritizedRiskCounts": {
      "$ref": "#/components/schemas/RiskCounts"
    }
  },
  "description": "A pillar review summary of a lens review.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "PillarReviewSummary",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-pillar-review-summary-structure.json"
}