Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Get Lens Review Report Output Structure

Output of a get lens review report call.

Type: object Properties: 3
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

WorkloadId MilestoneNumber LensReviewReport

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "WorkloadId": {
      "$ref": "#/components/schemas/WorkloadId"
    },
    "MilestoneNumber": {
      "$ref": "#/components/schemas/MilestoneNumber"
    },
    "LensReviewReport": {
      "$ref": "#/components/schemas/LensReviewReport"
    }
  },
  "description": "Output of a get lens review report call.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "GetLensReviewReportOutput",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-get-lens-review-report-output-structure.json"
}