NotificationSummary

A notification summary return object.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
Type object
LensUpgradeSummary object
View JSON Schema on GitHub

JSON Schema

well-architected-tool-notification-summary-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NotificationType"
        },
        {
          "description": "The type of notification."
        }
      ]
    },
    "LensUpgradeSummary": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LensUpgradeSummary"
        },
        {
          "description": "Summary of lens upgrade."
        }
      ]
    }
  },
  "description": "A notification summary return object.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NotificationSummary",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-notification-summary-schema.json"
}