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::Backup::BackupVault NotificationObjectType
Specifies an object containing SNS event notification properties for the target backup vault.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BackupVaultEvents" :[ String, ... ], "SNSTopicArn" :String}
YAML
BackupVaultEvents:- StringSNSTopicArn:String
Properties
- BackupVaultEvents
- 
                    An array of events that indicate the status of jobs to back up resources to the backup vault. For valid events, see BackupVaultEvents in the Amazon Backup API Guide. Required: Yes Type: Array of String Update requires: No interruption 
- SNSTopicArn
- 
                    An ARN that uniquely identifies an Amazon Simple Notification Service (Amazon SNS) topic; for example, arn:aws:sns:us-west-2:111122223333:MyTopic.Required: Yes Type: String Update requires: No interruption