AWS::Backup::BackupVault NotificationObjectType - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: - String SNSTopicArn: 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