Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsBackupBackupVaultNotificationsDetails

import type { AwsBackupBackupVaultNotificationsDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Provides details about the Amazon SNS event notifications for the specified backup vault.

interface AwsBackupBackupVaultNotificationsDetails {
BackupVaultEvents?: string[] | null;
SnsTopicArn?: string | null;
}

§Properties

§
BackupVaultEvents?: string[] | null
[src]

An array of events that indicate the status of jobs to back up resources to the backup vault. The following events are supported:

  • BACKUP_JOB_STARTED | BACKUP_JOB_COMPLETED
    
  • COPY_JOB_STARTED | COPY_JOB_SUCCESSFUL | COPY_JOB_FAILED
    
  • RESTORE_JOB_STARTED | RESTORE_JOB_COMPLETED | RECOVERY_POINT_MODIFIED
    
  • S3_BACKUP_OBJECT_FAILED | S3_RESTORE_OBJECT_FAILED
    
§
SnsTopicArn?: string | null
[src]

The Amazon Resource Name (ARN) that uniquely identifies the Amazon SNS topic for a backup vault's events.