BackupVaultNotificationObjectTypeArgs

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

Constructors

Link copied to clipboard
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. For valid events, see BackupVaultEvents in the AWS Backup API Guide .

Link copied to clipboard
val snsTopicArn: Output<String>

An ARN that uniquely identifies an Amazon Simple Notification Service (Amazon SNS) topic; for example, arn:aws:sns:us-west-2:111122223333:MyTopic .

Functions

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