Skip to content

(aws-backup): Add IndexActions support to BackupPlanRule #34050

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 of 2 tasks
georeeve opened this issue Apr 4, 2025 · 1 comment · May be fixed by #34051
Open
1 of 2 tasks

(aws-backup): Add IndexActions support to BackupPlanRule #34050

georeeve opened this issue Apr 4, 2025 · 1 comment · May be fixed by #34051
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

Comments

@georeeve
Copy link

georeeve commented Apr 4, 2025

Describe the feature

In CfnBackupPlan, you can now specify rules with the indexActions prop. This is currently not possible on the BackupPlanRule 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 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

@georeeve georeeve added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Apr 4, 2025
@github-actions github-actions bot added the @aws-cdk/aws-backup Related AWS Backup label Apr 4, 2025
@georeeve georeeve linked a pull request Apr 4, 2025 that will close this issue
1 task
@pahud pahud self-assigned this Apr 4, 2025
@pahud
Copy link
Contributor

pahud commented Apr 4, 2025

Yes we should expose that to the L2 surface. Thank you for your PR.

@pahud pahud added p2 effort/medium Medium work item – several days of effort labels Apr 4, 2025
@pahud pahud removed their assignment Apr 4, 2025
@pahud pahud removed the needs-triage This issue or PR still needs to be triaged. label Apr 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants