Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Import Lens Input Structure

ImportLensInput schema from AWS Well-Architected Tool API

Type: object Properties: 4 Required: 2
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

LensAlias JSONString ClientRequestToken Tags

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "JSONString",
    "ClientRequestToken"
  ],
  "name": "ImportLensInput",
  "properties": {
    "LensAlias": {
      "$ref": "#/components/schemas/LensAlias"
    },
    "JSONString": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LensJSON"
        },
        {
          "description": "The JSON representation of a lens."
        }
      ]
    },
    "ClientRequestToken": {
      "$ref": "#/components/schemas/ClientRequestToken"
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "Tags to associate to a lens."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-import-lens-input-structure.json",
  "description": "ImportLensInput schema from AWS Well-Architected Tool API"
}