ListNotificationsInput

ListNotificationsInput schema from AWS Well-Architected Tool API

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
WorkloadId object
NextToken object
MaxResults object
View JSON Schema on GitHub

JSON Schema

well-architected-tool-list-notifications-input-schema.json Raw ↑
{
  "type": "object",
  "title": "ListNotificationsInput",
  "properties": {
    "WorkloadId": {
      "$ref": "#/components/schemas/WorkloadId"
    },
    "NextToken": {
      "$ref": "#/components/schemas/NextToken"
    },
    "MaxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListNotificationsMaxResults"
        },
        {
          "description": "The maximum number of results to return for this request."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-list-notifications-input-schema.json",
  "description": "ListNotificationsInput schema from AWS Well-Architected Tool API"
}