Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Upgrade Lens Review Input Structure

UpgradeLensReviewInput schema from AWS Well-Architected Tool API

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

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

Properties

MilestoneName ClientRequestToken

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "MilestoneName"
  ],
  "name": "UpgradeLensReviewInput",
  "properties": {
    "MilestoneName": {
      "$ref": "#/components/schemas/MilestoneName"
    },
    "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-upgrade-lens-review-input-structure.json",
  "description": "UpgradeLensReviewInput schema from AWS Well-Architected Tool API"
}