Backup Vault Notification Object Type
data class BackupVaultNotificationObjectType(val backupVaultEvents: List<String>, val snsTopicArn: String)
Properties
Link copied to clipboard
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 AWS Backup API Guide .
Link copied to clipboard
An ARN that uniquely identifies an Amazon Simple Notification Service (Amazon SNS) topic; for example, arn:aws:sns:us-west-2:111122223333:MyTopic
.