Amazon Incident Manager · JSON Structure

Incident Manager Notification Target Item Structure

The SNS targets that are notified when updates are made to an incident.

Type: object Properties: 1
AutomationDevOpsIncident ManagementOperations

NotificationTargetItem is a JSON Structure definition published by Amazon Incident Manager, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

snsTopicArn

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-incident-manager/refs/heads/main/json-structure/incident-manager-notification-target-item-structure.json",
  "name": "NotificationTargetItem",
  "description": "The SNS targets that are notified when updates are made to an incident.",
  "type": "object",
  "properties": {
    "snsTopicArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the SNS topic."
        }
      ]
    }
  }
}