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

Example

snsTopics:
deploymentTargets:
organizationalUnits:
- Root
topics:
- name: Security
emailAddresses:
- SecurityNotifications@example.com

Hierarchy

  • SnsTopicConfig

Implements

Constructors

Properties

Constructors

Properties

emailAddresses: never[] = []

List of email address for notification

name: "Security" = 'Security'

SNS Topic Name

Generated using TypeDoc