Amazon Well-Architected Tool · JSON Structure

Well Architected Tool List Check Details Input Structure

ListCheckDetailsInput schema from AWS Well-Architected Tool API

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

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

Properties

NextToken MaxResults LensArn PillarId QuestionId ChoiceId

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "LensArn",
    "PillarId",
    "QuestionId",
    "ChoiceId"
  ],
  "name": "ListCheckDetailsInput",
  "properties": {
    "NextToken": {
      "$ref": "#/components/schemas/NextToken"
    },
    "MaxResults": {
      "$ref": "#/components/schemas/MaxResults"
    },
    "LensArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LensArn"
        },
        {
          "description": "Well-Architected Lens ARN."
        }
      ]
    },
    "PillarId": {
      "$ref": "#/components/schemas/PillarId"
    },
    "QuestionId": {
      "$ref": "#/components/schemas/QuestionId"
    },
    "ChoiceId": {
      "$ref": "#/components/schemas/ChoiceId"
    }
  },
  "$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-list-check-details-input-structure.json",
  "description": "ListCheckDetailsInput schema from AWS Well-Architected Tool API"
}