Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Workload Lenses Structure

The list of lenses associated with the workload. Each lens is identified by its LensSummary$LensAlias.

Type: array Properties: 0
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

WorkloadLenses 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 list of lenses associated with the workload. Each lens is identified by its <a>LensSummary$LensAlias</a>.",
  "items": {
    "$ref": "#/components/schemas/LensAlias"
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "WorkloadLenses",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-workload-lenses-structure.json"
}