class Aws::Backup::Types::PutBackupVaultNotificationsInput
@note When making an API call, you may pass PutBackupVaultNotificationsInput
data as a hash: { backup_vault_name: "BackupVaultName", # required sns_topic_arn: "ARN", # required backup_vault_events: ["BACKUP_JOB_STARTED"], # required, accepts BACKUP_JOB_STARTED, BACKUP_JOB_COMPLETED, BACKUP_JOB_SUCCESSFUL, BACKUP_JOB_FAILED, BACKUP_JOB_EXPIRED, RESTORE_JOB_STARTED, RESTORE_JOB_COMPLETED, RESTORE_JOB_SUCCESSFUL, RESTORE_JOB_FAILED, COPY_JOB_STARTED, COPY_JOB_SUCCESSFUL, COPY_JOB_FAILED, RECOVERY_POINT_MODIFIED, BACKUP_PLAN_CREATED, BACKUP_PLAN_MODIFIED }
@!attribute [rw] backup_vault_name
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens. @return [String]
@!attribute [rw] sns_topic_arn
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`. @return [String]
@!attribute [rw] backup_vault_events
An array of events that indicate the status of jobs to back up resources to the backup vault. <note markdown="1"> 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`, and `RECOVERY_POINT_MODIFIED`. To find failed backup jobs, use `BACKUP_JOB_COMPLETED` and filter using event metadata. Other events in the following list are deprecated. </note> @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/PutBackupVaultNotificationsInput AWS API Documentation
Constants
- SENSITIVE