aws_cdk.aws_rds DatabaseCluster: Add seconds_until_auto_pause parameter to DatabaseCluster (python specifically) #33277
Labels
@aws-cdk/aws-rds
Related to Amazon Relational Database
feature-request
A feature should be added or improved.
p2
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the feature
Currently, there are two parameters in
DatabaseCluster
for configuring auto-scaling:serverless_v2_min_capacity
andserverless_v2_max_capacity
. However, there is no way to set the idle duration before pausing in this high-level API. It would be great to have this option without having to useCfnDBCluster
.Use Case
We need it to stay with the high-level DatabaseCluster while being able to set this duration in CDK without migrating to the low-level CfnDBCluster. It also seems like a very common setting that many people need.
Proposed Solution
Other Information
No response
Acknowledgements
CDK version used
2.177.0
Environment details (OS name and version, etc.)
Python 3.12, macOS
The text was updated successfully, but these errors were encountered: