PillarReviewSummary

A pillar review summary of a lens review.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
PillarId object
PillarName object
Notes object
RiskCounts object
PrioritizedRiskCounts object
View JSON Schema on GitHub

JSON Schema

well-architected-tool-pillar-review-summary-schema.json 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-schema.org/draft/2020-12/schema",
  "title": "PillarReviewSummary",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-pillar-review-summary-schema.json"
}