Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Workload Pillar Priorities Structure

The priorities of the pillars, which are used to order items in the improvement plan. Each pillar is represented by its PillarReviewSummary$PillarId.

Type: array Properties: 0
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

WorkloadPillarPriorities 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": "array",
  "description": "The priorities of the pillars, which are used to order items in the improvement plan. Each pillar is represented by its <a>PillarReviewSummary$PillarId</a>.",
  "items": {
    "$ref": "#/components/schemas/PillarId"
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "WorkloadPillarPriorities",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-workload-pillar-priorities-structure.json"
}