This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::SecurityLake::SubscriberNotification
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.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::SecurityLake::SubscriberNotification", "Properties" : { "NotificationConfiguration" :NotificationConfiguration, "SubscriberArn" :String} }
YAML
Type: AWS::SecurityLake::SubscriberNotification Properties: NotificationConfiguration:NotificationConfigurationSubscriberArn:String
Properties
- 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. Required: Yes Type: NotificationConfiguration Update requires: No interruption 
- SubscriberArn
- 
                    The Amazon Resource Name (ARN) of the Security Lake subscriber. Required: Yes Type: String Pattern: ^arn:.*$Update requires: Replacement 
Return values
Ref
When you pass the logical ID of this resource to the intrinsic ref function, ref returns the type of  SubscriberArn.
For more information about using the Ref function, see Ref.
Fn::GetAtt
- SubscriberEndpoint
- Property description not available.