BackupVaultNotificationObjectType

data class BackupVaultNotificationObjectType(val backupVaultEvents: List<String>, val snsTopicArn: String)

Constructors

Link copied to clipboard
constructor(backupVaultEvents: List<String>, snsTopicArn: String)

Types

Link copied to clipboard
object Companion

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 .