Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Lens Structure

A lens return object.

Type: object Properties: 7
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

LensArn LensVersion Name Description Owner ShareInvitationId Tags

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 a lens."
        }
      ]
    },
    "LensVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LensVersion"
        },
        {
          "description": "The version of a lens."
        }
      ]
    },
    "Name": {
      "$ref": "#/components/schemas/LensName"
    },
    "Description": {
      "$ref": "#/components/schemas/LensDescription"
    },
    "Owner": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LensOwner"
        },
        {
          "description": "The Amazon Web Services account ID that owns the lens."
        }
      ]
    },
    "ShareInvitationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ShareInvitationId"
        },
        {
          "description": "The ID assigned to the share invitation."
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "The tags assigned to the lens."
        }
      ]
    }
  },
  "description": "A lens return object.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "Lens",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-lens-structure.json"
}