-
Notifications
You must be signed in to change notification settings - Fork 4k
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
feat(docdb): cluster - deletion protection #15216
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, thank you for adding this!
Thanks @peterwoodworth. Is there anything else that I need to do here to get this landed? |
ping? |
@cjihrig like the failing check says:
So, you need to update the ReadMe file to mention this new feature 🙂. |
This commit adds support for `deletionProtection` on docdb `DatabaseCluster`s. Fixes: aws#15170
1ef6320
to
5ae2766
Compare
Pull request has been modified.
@skinny85 updated the README, PTAL. |
@peterwoodworth is the one doing the review, I'll leave the final word to him 🙂. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thank you!
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
This commit adds support for `deletionProtection` on docdb `DatabaseCluster`s. Fixes: aws#15170 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
This commit adds support for `deletionProtection` on docdb `DatabaseCluster`s. Fixes: aws#15170 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
This commit adds support for `deletionProtection` on docdb `DatabaseCluster`s. Fixes: aws#15170 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
This commit adds support for
deletionProtection
on docdbDatabaseCluster
s.Fixes: #15170
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license