UpdateLensReviewInput

Input for update lens review.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
LensNotes object
PillarNotes object
View JSON Schema on GitHub

JSON Schema

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