-
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
rds.DatabaseCluster: Support SecondsUntilAutoPause setting in Aurora Serverless V2 #32280
Comments
@yukihato Good morning. Thanks for opening the issue. Looking at documentation for AWS::RDS::DBCluster ScalingConfiguration, Thanks, |
@ashishdhingra Thanks for confirming. The https://docs.aws.amazon.com/cli/latest/reference/rds/create-db-cluster.html |
@yukihato Thanks for pointing out. We should refer AWS CLI V2 documentation at https://awscli.amazonaws.com/v2/documentation/api/latest/reference/rds/create-db-cluster.html. The API documentation at ServerlessV2ScalingConfiguration also appears to mention support for Thanks, |
@ashishdhingra Thank you. I already submitted my request yesterday. |
Describe the feature
Since ACU can now be set to 0 in the following PR, I would like the SecondsUntilAutoPause setting to be supported as well.
#32231
reference: create-db-cluster api
https://docs.aws.amazon.com/cli/latest/reference/rds/create-db-cluster.html
Use Case
Use to set SecondsUntilAutoPause to something other than the default of 5 minutes.
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.171.0
Environment details (OS name and version, etc.)
Node 22
The text was updated successfully, but these errors were encountered: