Amazon Well-Architected Tool · JSON Structure

Well Architected Tool List Lens Reviews Output Structure

Output of a list lens reviews call.

Type: object Properties: 4
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

WorkloadId MilestoneNumber LensReviewSummaries NextToken

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"
    },
    "LensReviewSummaries": {
      "$ref": "#/components/schemas/LensReviewSummaries"
    },
    "NextToken": {
      "$ref": "#/components/schemas/NextToken"
    }
  },
  "description": "Output of a list lens reviews call.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ListLensReviewsOutput",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-list-lens-reviews-output-structure.json"
}