Skip to content

Commit 07f8fec

Browse files
committedNov 11, 2021
Updated link in the comments for event ID reference
1 parent 73aa6cb commit 07f8fec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎lib/rds-snapshot-export-pipeline-stack.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ export enum RdsEventId {
1313
/**
1414
* Event IDs for which the Lambda supports starting a snapshot export task.
1515
*
16-
* See: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html
16+
* 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
1719
*/
1820
// For automated snapshots of Aurora RDS clusters
1921
DB_AUTOMATED_AURORA_SNAPSHOT_CREATED = "RDS-EVENT-0169",

0 commit comments

Comments
 (0)
Please sign in to comment.