(aws_docdb): (Propogate maintenace window settings to cluster's instances) #30391
Labels
@aws-cdk/aws-docdb
Related to Amazon DocumentDB
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Currently if you specified a preferredMaintenanceWindow on a cdk.aws_docdb.DatabaseCluster construct, it will only apply it to the cluster level. See
aws-cdk/packages/aws-cdk-lib/aws-docdb/lib/cluster.ts
Line 570 in 8b234b7
Use Case
This is creating unexpected maintenance events when you declared the window at the cluster level, and assumed instances would follow suit.
Proposed Solution
We should allow if you specify preferredMaintenanceWindow on cluster level, it should apply to instances as well.
Other Information
No response
Acknowledgements
CDK version used
2.142.1
Environment details (OS name and version, etc.)
Mac 13.5.2
The text was updated successfully, but these errors were encountered: