LogicallyAirGappedBackupVaultNotificationObjectTypeArgs

data class LogicallyAirGappedBackupVaultNotificationObjectTypeArgs(val backupVaultEvents: Output<List<String>>, val snsTopicArn: Output<String>) : ConvertibleToJava<LogicallyAirGappedBackupVaultNotificationObjectTypeArgs>

Constructors

constructor(backupVaultEvents: Output<List<String>>, snsTopicArn: Output<String>)

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
val snsTopicArn: Output<String>

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 .

Functions

Link copied to clipboard
open override fun toJava(): LogicallyAirGappedBackupVaultNotificationObjectTypeArgs