Skip to content

Commit

Permalink
docs(backup): default value for completionWindow is incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
tam0ri committed Sep 8, 2023
1 parent ffd4b7d commit 865d5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-backup/lib/rule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface BackupPlanRuleProps {
* The duration after a backup job is successfully started before it must be
* completed or it is canceled by AWS Backup.
*
* @default - 8 hours
* @default - 7 days
*/
readonly completionWindow?: Duration;

Expand Down

0 comments on commit 865d5e6

Please sign in to comment.