AWS::SecurityLake::SubscriberNotification NotificationConfiguration
Specify the configurations you want to use for subscriber notification. The subscriber is notified when new data is written to the data lake for sources that the subscriber consumes in Security Lake.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "HttpsNotificationConfiguration" :
HttpsNotificationConfiguration
, "SqsNotificationConfiguration" :Json
}
YAML
HttpsNotificationConfiguration:
HttpsNotificationConfiguration
SqsNotificationConfiguration:Json
Properties
HttpsNotificationConfiguration
-
The configurations used for HTTPS subscriber notification.
Required: No
Type: HttpsNotificationConfiguration
Update requires: No interruption
SqsNotificationConfiguration
-
The configurations for SQS subscriber notification. The members of this structure are context-dependent.
Required: No
Type: Json
Update requires: No interruption