(aws-backup): Add IndexActions support to BackupPlanRule #34050
Labels
@aws-cdk/aws-backup
Related AWS Backup
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
In
CfnBackupPlan
, you can now specify rules with theindexActions
prop. This is currently not possible on theBackupPlanRule
class.https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_backup.CfnBackupPlan.BackupRuleResourceTypeProperty.html#indexactions
Use Case
So users can enable Backup indexes for specific resource types within a rule.
Proposed Solution
indexActions
just needs to be added toBackupPlanRuleProps
and sent through within therule.ts
class. I have a solution working locally.Other Information
No response
Acknowledgements
CDK version used
v2.188.0
Environment details (OS name and version, etc.)
N/A
The text was updated successfully, but these errors were encountered: