aws-cdk
aws-cdk copied to clipboard
AWS::RDS::DBCluster Password management with Amazon Aurora and AWS Secrets Manager
Describe the feature
Amazon Aurora integrates with Secrets Manager to manage master user passwords for your DB clusters.
This feature is implemented on the aws_cdk.aws_rds.CfnDBCluster construct but not on the aws_cdk.aws_rds.DatabaseCluster construct.
At the moment unique way to activated is running a
cluster.node.default_child.add_override('Properties.ManageMasterUserPassword', True) instruction.
Use Case
I need to activate the password management for an aurora Serverless V2 database using secret manager.
Proposed Solution
add this parameter in the aws_cdk.aws_rds.DatabaseCluster class constructor.
Other Information
No response
Acknowledgements
- [ ] I may be able to implement this feature request
- [ ] This feature might incur a breaking change
CDK version used
2.129.0
Environment details (OS name and version, etc.)
linux ubuntu