-
Notifications
You must be signed in to change notification settings - Fork 4.5k
(aws-backup): add support for EnableContinuousBackup in BackupPlanRule #15922
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-backupRelated AWS BackupRelated AWS Backupeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
Description
Please add support to specify EnableContinuousBackup when creating BackupPlanRule. EnableContinuousBackup was added to CloudFormation Resource specification v35.0.0
Use Case
EnableContinuousBackup is required to have point-in-time recovery for RDS, when using only AWS Backup without automatic snapshots on RDS.
Proposed Solution
Other
Currently I'm using escape hatch, but it's fragile solution because it's depends on rules order.
const cfBackupPlan = plan.node.defaultChild as backup.CfnBackupPlan;
cfBackupPlan.addPropertyOverride("BackupPlan.BackupPlanRule.0.EnableContinuousBackup", true);- 👋 I may be able to implement this feature request
-
⚠️ This feature might incur a breaking change
This is a 🚀 Feature Request
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-backupRelated AWS BackupRelated AWS Backupeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2