Backup Vault Notification Object Type Args
data class BackupVaultNotificationObjectTypeArgs(val backupVaultEvents: Output<List<String>>, val snsTopicArn: Output<String>) : ConvertibleToJava<BackupVaultNotificationObjectTypeArgs>
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
.