AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SecurityLake::SubscriberNotification

CfnSubscriberNotification

Notifies 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

import { CfnSubscriberNotification } from 'aws-cdk-lib/aws-securitylake';

Or use the module namespace:

import * as securitylake from 'aws-cdk-lib/aws-securitylake';
// securitylake.CfnSubscriberNotification

Properties

Configuration passed to the constructor as CfnSubscriberNotificationProps.

notificationConfigurationRequired
IResolvable | NotificationConfigurationProperty

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 .

subscriberArnRequired
string

The Amazon Resource Name (ARN) of the Security Lake subscriber.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-securitylake
CFN TypeAWS::SecurityLake::SubscriberNotification
Properties2

External Links