Skip to content

Commit dc07f52

Browse files
author
Jerry Kindall
authored
docs(backup): add information about currently supported events (#21987)
Some of the listed events are no longer supported and don't do anything. Note this fact and refer readers to a page in the AWS Backup guide that lists the currently-supported events. ---- ### All Submissions: * [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent e501ac9 commit dc07f52

File tree

1 file changed

+4
-1
lines changed
  • packages/@aws-cdk/aws-backup/lib

1 file changed

+4
-1
lines changed

packages/@aws-cdk/aws-backup/lib/vault.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,10 @@ export interface BackupVaultProps {
103103
}
104104

105105
/**
106-
* Backup vault events
106+
* Backup vault events. Some events are no longer supported and will not return
107+
* statuses or notifications.
108+
*
109+
* @see https://docs.aws.amazon.com/aws-backup/latest/devguide/API_PutBackupVaultNotifications.html#API_PutBackupVaultNotifications_RequestBody
107110
*/
108111
export enum BackupVaultEvents {
109112
/** BACKUP_JOB_STARTED */

0 commit comments

Comments
 (0)