WorkloadLenses

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

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads
View JSON Schema on GitHub

JSON Schema

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