aws-cdk-lib.aws_backup.CfnBackupVault.NotificationObjectTypeProperty

interface NotificationObjectTypeProperty

LanguageType name
.NETAmazon.CDK.AWS.Backup.CfnBackupVault.NotificationObjectTypeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsbackup#CfnBackupVault_NotificationObjectTypeProperty
Javasoftware.amazon.awscdk.services.backup.CfnBackupVault.NotificationObjectTypeProperty
Pythonaws_cdk.aws_backup.CfnBackupVault.NotificationObjectTypeProperty
TypeScript aws-cdk-lib » aws_backup » CfnBackupVault » NotificationObjectTypeProperty

Specifies an object containing SNS event notification properties for the target backup vault.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_backup as backup } from 'aws-cdk-lib';
const notificationObjectTypeProperty: backup.CfnBackupVault.NotificationObjectTypeProperty = {
  backupVaultEvents: ['backupVaultEvents'],
  snsTopicArn: 'snsTopicArn',
};

Properties

NameTypeDescription
backupVaultEventsstring[]An array of events that indicate the status of jobs to back up resources to the backup vault.
snsTopicArnstringAn ARN that uniquely identifies an Amazon Simple Notification Service (Amazon SNS) topic;

backupVaultEvents

Type: string[]

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 .


snsTopicArn

Type: string

An ARN that uniquely identifies an Amazon Simple Notification Service (Amazon SNS) topic;

for example, arn:aws:sns:us-west-2:111122223333:MyTopic .