We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb3aed commit 0ebad42Copy full SHA for 0ebad42
packages/aws-cdk-lib/aws-backup/lib/rule.ts
@@ -10,7 +10,7 @@ export interface BackupPlanRuleProps {
10
* The duration after a backup job is successfully started before it must be
11
* completed or it is canceled by AWS Backup.
12
*
13
- * @default - 8 hours
+ * @default - 7 days
14
*/
15
readonly completionWindow?: Duration;
16
0 commit comments