summaryrefslogtreecommitdiffstats
path: root/docs/notification_system.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/notification_system.md')
-rw-r--r--docs/notification_system.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/notification_system.md b/docs/notification_system.md
index edd64275fe..96502edfa9 100644
--- a/docs/notification_system.md
+++ b/docs/notification_system.md
@@ -70,6 +70,7 @@ Once a Notification Template has been created, its configuration can be tested b
The currently-defined Notification Types are:
+* AWS SNS
* Email
* Slack
* Mattermost
@@ -82,6 +83,10 @@ The currently-defined Notification Types are:
Each of these have their own configuration and behavioral semantics and testing them may need to be approached in different ways. The following sections will give as much detail as possible.
+## AWS SNS
+
+The AWS SNS notification type supports sending messages into an SNS topic.
+
## Email
The email notification type supports a wide variety of SMTP servers and has support for SSL/TLS connections and timeouts.