interface NotificationObjectTypeProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Backup.CfnBackupVault.NotificationObjectTypeProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbackup#CfnBackupVault_NotificationObjectTypeProperty |
![]() | software.amazon.awscdk.services.backup.CfnBackupVault.NotificationObjectTypeProperty |
![]() | aws_cdk.aws_backup.CfnBackupVault.NotificationObjectTypeProperty |
![]() | 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
Name | Type | Description |
---|---|---|
backup | string[] | An array of events that indicate the status of jobs to back up resources to the backup vault. |
sns | string | An 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
.