Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Create Lens Version Output Structure

CreateLensVersionOutput schema from AWS Well-Architected Tool API

Type: object Properties: 2
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

LensArn LensVersion

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "LensArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LensArn"
        },
        {
          "description": "The ARN for the lens."
        }
      ]
    },
    "LensVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LensVersion"
        },
        {
          "description": "The version of the lens."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "CreateLensVersionOutput",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-create-lens-version-output-structure.json",
  "description": "CreateLensVersionOutput schema from AWS Well-Architected Tool API"
}