LogicallyAirGappedBackupVaultNotificationObjectType

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

Constructors

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.

Link copied to clipboard

The Amazon Resource Name (ARN) that specifies the topic for a backup vault’s events; for example, arn:aws:sns:us-west-2:111122223333:MyVaultTopic .