Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Lens Summary Structure

A lens summary of a lens.

Type: object Properties: 10
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

LensArn LensAlias LensName LensType Description CreatedAt UpdatedAt LensVersion Owner LensStatus

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "LensArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LensArn"
        },
        {
          "description": "The ARN of the lens."
        }
      ]
    },
    "LensAlias": {
      "$ref": "#/components/schemas/LensAlias"
    },
    "LensName": {
      "$ref": "#/components/schemas/LensName"
    },
    "LensType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LensType"
        },
        {
          "description": "The type of the lens."
        }
      ]
    },
    "Description": {
      "$ref": "#/components/schemas/LensDescription"
    },
    "CreatedAt": {
      "$ref": "#/components/schemas/Timestamp"
    },
    "UpdatedAt": {
      "$ref": "#/components/schemas/Timestamp"
    },
    "LensVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LensVersion"
        },
        {
          "description": "The version of the lens."
        }
      ]
    },
    "Owner": {
      "$ref": "#/components/schemas/AwsAccountId"
    },
    "LensStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LensStatus"
        },
        {
          "description": "The status of the lens."
        }
      ]
    }
  },
  "description": "A lens summary of a lens.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "LensSummary",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-lens-summary-structure.json"
}