ImportLensInput

ImportLensInput schema from AWS Well-Architected Tool API

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
LensAlias object
JSONString object
ClientRequestToken object
Tags object
View JSON Schema on GitHub

JSON Schema

well-architected-tool-import-lens-input-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "JSONString",
    "ClientRequestToken"
  ],
  "title": "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-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-import-lens-input-schema.json",
  "description": "ImportLensInput schema from AWS Well-Architected Tool API"
}