AWS::SecurityLake::SubscriberNotificationNotifies the subscriber when new data is written to the data lake for the sources that the subscriber consumes in Security Lake. You can create only one subscriber notification per subscriber.
import { CfnSubscriberNotification } from 'aws-cdk-lib/aws-securitylake';Or use the module namespace:
import * as securitylake from 'aws-cdk-lib/aws-securitylake';
// securitylake.CfnSubscriberNotificationConfiguration passed to the constructor as CfnSubscriberNotificationProps.
notificationConfigurationRequiredIResolvable | NotificationConfigurationPropertySpecify 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 .
subscriberArnRequiredstringThe Amazon Resource Name (ARN) of the Security Lake subscriber.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-securitylakeAWS::SecurityLake::SubscriberNotification