Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Create Lens Version Input Structure

CreateLensVersionInput schema from AWS Well-Architected Tool API

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

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

Properties

LensVersion IsMajorVersion ClientRequestToken

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "LensVersion",
    "ClientRequestToken"
  ],
  "name": "CreateLensVersionInput",
  "properties": {
    "LensVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LensVersion"
        },
        {
          "description": "The version of the lens being created."
        }
      ]
    },
    "IsMajorVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IsMajorVersion"
        },
        {
          "description": "Set to true if this new major lens version."
        }
      ]
    },
    "ClientRequestToken": {
      "$ref": "#/components/schemas/ClientRequestToken"
    }
  },
  "$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-create-lens-version-input-structure.json",
  "description": "CreateLensVersionInput schema from AWS Well-Architected Tool API"
}