Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Profile Notification Summary Structure

The profile notification summary.

Type: object Properties: 7
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

CurrentProfileVersion LatestProfileVersion Type ProfileArn ProfileName WorkloadId WorkloadName

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "CurrentProfileVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProfileVersion"
        },
        {
          "description": "The current profile version."
        }
      ]
    },
    "LatestProfileVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProfileVersion"
        },
        {
          "description": "The latest profile version."
        }
      ]
    },
    "Type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProfileNotificationType"
        },
        {
          "description": "Type of notification."
        }
      ]
    },
    "ProfileArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProfileArn"
        },
        {
          "description": "The profile ARN."
        }
      ]
    },
    "ProfileName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProfileName"
        },
        {
          "description": "The profile name."
        }
      ]
    },
    "WorkloadId": {
      "$ref": "#/components/schemas/WorkloadId"
    },
    "WorkloadName": {
      "$ref": "#/components/schemas/WorkloadName"
    }
  },
  "description": "The profile notification summary.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ProfileNotificationSummary",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-profile-notification-summary-structure.json"
}