Skip to content

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

Open
@georeeve

Description

@georeeve

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    @aws-cdk/aws-backupRelated AWS Backupeffort/mediumMedium work item – several days of effortfeature-requestA feature should be added or improved.p2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions