Skip to content
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

(aws-rds): Add support for the backtracking window on DatabaseClusterProps #17227

Closed
1 of 2 tasks
lktslionel opened this issue Oct 29, 2021 · 3 comments
Closed
1 of 2 tasks
Assignees
Labels
@aws-cdk/aws-rds Related to Amazon Relational Database feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.

Comments

@lktslionel
Copy link

Description

AS A

User

I WANT TO

set a database backtrack window whenever possible using DatabaseClusterProps

IN ORDER TO

Enable rewind wrong database changes

Use Case

I want to creat ea DB Cluster to support backtracking

Proposed Solution

interface DatabaseClusterProps {
   readonly backtrackWindow: number
}

See https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-rds.CfnDBCluster.html

Other information

No response

Acknowledge

  • I may be able to implement this feature request
  • This feature might incur a breaking change
@lktslionel lktslionel added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Oct 29, 2021
@github-actions github-actions bot added the @aws-cdk/aws-rds Related to Amazon Relational Database label Oct 29, 2021
@skinny85
Copy link
Contributor

Already done: #17160.

@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

@skinny85
Copy link
Contributor

Will be available in the next CDK release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-rds Related to Amazon Relational Database feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

2 participants