ProfileTemplateChoice

A profile template choice.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
ChoiceId object
ChoiceTitle object
ChoiceDescription object
View JSON Schema on GitHub

JSON Schema

well-architected-tool-profile-template-choice-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "ChoiceId": {
      "$ref": "#/components/schemas/ChoiceId"
    },
    "ChoiceTitle": {
      "$ref": "#/components/schemas/ChoiceTitle"
    },
    "ChoiceDescription": {
      "$ref": "#/components/schemas/ChoiceDescription"
    }
  },
  "description": "A profile template choice.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ProfileTemplateChoice",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-profile-template-choice-schema.json"
}