GlobalConfig / SnsConfig / SnsTopicConfig

SNS Topics Configuration

To send CloudWatch Alarms and SecurityHub notifications you will need to configure at least one SNS Topic For SecurityHub notification you will need to set the deployment target to Root in order to receive notifications from all accounts

snsTopics:
deploymentTargets:
organizationalUnits:
- Root
topics:
- name: Security
emailAddresses:
- SecurityNotifications@example.com
interface ISnsTopicConfig {
    emailAddresses: string[];
    name: string;
}

Properties

Properties

emailAddresses: string[]

List of email address for notification

name: string

SNS Topic Name