-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
(BackupPlanRule): the completion_window default value does not match the documentation #27050
Comments
@peterwoodworth |
@lpizzinidev sometimes we default to the cloudformation defaults but declare those in documentation for cdk. That looks like what is happening here. |
Currently, the description regarding default value for `completionWindow` is incorrect. https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_backup.BackupPlanRuleProps.html#completionwindow > Type: Duration (optional, default: 8 hours) Correct value is 7 days (10080 minutes). Closes #27050 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Currently, the description regarding default value for `completionWindow` is incorrect. https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_backup.BackupPlanRuleProps.html#completionwindow > Type: Duration (optional, default: 8 hours) Correct value is 7 days (10080 minutes). Closes #27050 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Describe the bug
https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_backup/BackupPlanRule.html states that completion_window default value is 8 hours but it is set to 7 days.
Expected Behavior
completion_window default value shall be set to 8 hours
Current Behavior
completion_window default value is set to 7 days.
Reproduction Steps
Create a backplan rule via aws cdk python.
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.85.0
Framework Version
No response
Node.js Version
v18.13.0
OS
mac
Language
Python
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: