Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Update Lens Review Input Structure

Input for update lens review.

Type: object Properties: 2
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

LensNotes PillarNotes

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "UpdateLensReviewInput",
  "properties": {
    "LensNotes": {
      "$ref": "#/components/schemas/Notes"
    },
    "PillarNotes": {
      "$ref": "#/components/schemas/PillarNotes"
    }
  },
  "description": "Input for update lens review.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-update-lens-review-input-structure.json"
}