Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Lens Metric Structure

A metric for a particular lens in a workload.

Type: object Properties: 3
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

LensArn Pillars RiskCounts

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "LensArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LensArn"
        },
        {
          "description": "The lens ARN."
        }
      ]
    },
    "Pillars": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PillarMetrics"
        },
        {
          "description": "The metrics for the pillars in a lens."
        }
      ]
    },
    "RiskCounts": {
      "$ref": "#/components/schemas/RiskCounts"
    }
  },
  "description": "A metric for a particular lens in a workload.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "LensMetric",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-lens-metric-structure.json"
}