SecurityConfig / CentralSecurityServicesConfig / SnsSubscriptionConfig

AWS SNS Notification subscription configuration Deprecated Replaced by snsTopics in global config

snsSubscriptions:
- level: High
email: <notify-high>@example.com
- level: Medium
email: <notify-medium>@example.com
- level: Low
email: <notify-low>@example.com
interface ISnsSubscriptionConfig {
    email: string;
    level: string;
}

Properties

Properties

email: string

Subscribing email address

level: string

Notification level high, medium or low