Open
Description
Describe the feature
In CfnBackupPlan
, you can now specify rules with the indexActions
prop. This is currently not possible on the BackupPlanRule
class.
Use Case
So users can enable Backup indexes for specific resource types within a rule.
Proposed Solution
indexActions
just needs to be added to BackupPlanRuleProps
and sent through within the rule.ts
class. I have a solution working locally.
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
CDK version used
v2.188.0
Environment details (OS name and version, etc.)
N/A