We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73aa6cb commit 07f8fecCopy full SHA for 07f8fec
lib/rds-snapshot-export-pipeline-stack.ts
@@ -13,7 +13,9 @@ export enum RdsEventId {
13
/**
14
* Event IDs for which the Lambda supports starting a snapshot export task.
15
*
16
- * See: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html
+ * See:
17
+ * https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Events.Messages.html#USER_Events.Messages.cluster-snapshot
18
+ * https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.Messages.html#USER_Events.Messages.snapshot
19
*/
20
// For automated snapshots of Aurora RDS clusters
21
DB_AUTOMATED_AURORA_SNAPSHOT_CREATED = "RDS-EVENT-0169",
0 commit comments