Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Lens Aliases Structure

List of lens aliases to associate or disassociate with a workload. Up to 10 lenses can be specified.

Identify a lens using its LensSummary$LensAlias.

Type: array Properties: 0
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

LensAliases 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": "<p>List of lens aliases to associate or disassociate with a workload. Up to 10 lenses can be specified.</p> <p>Identify a lens using its <a>LensSummary$LensAlias</a>.</p>",
  "items": {
    "$ref": "#/components/schemas/LensAlias"
  },
  "minItems": 1,
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "LensAliases",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-lens-aliases-structure.json"
}