Skip to content

Commit e5bd4c9

Browse files
committed
fix example
1 parent e4c84ce commit e5bd4c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/@aws-cdk/aws-backup/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ If no value is specified, the retention period is set to 35 days which is the ma
7171
Property `moveToColdStorageAfter` must not be specified because PITR does not support this option.
7272
This example defines an AWS Backup rule with PITR and a retention period set to 14 days:
7373

74-
```ts fixture=with-plan
74+
```ts
75+
declare const plan: backup.BackupPlan;
7576
plan.addRule(new backup.BackupPlanRule({
7677
enableContinuousBackup: true,
7778
deleteAfter: Duration.days(14),

0 commit comments

Comments
 (0)