Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Profile Choice Structure

The profile choice.

Type: object Properties: 3
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

ChoiceId ChoiceTitle ChoiceDescription

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ChoiceId": {
      "$ref": "#/components/schemas/ChoiceId"
    },
    "ChoiceTitle": {
      "$ref": "#/components/schemas/ChoiceTitle"
    },
    "ChoiceDescription": {
      "$ref": "#/components/schemas/ChoiceDescription"
    }
  },
  "description": "The profile choice.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ProfileChoice",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-profile-choice-structure.json"
}