-
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
InstanceProps: Unable to set CACertificateIdentifier #31042
Comments
@farazoman Good afternoon. Thanks for opening the issue. Could you please elaborate your scenario with a code example.
Please advise if you are unable to use Thanks, |
@ashishdhingra , thanks for responding, so the construction of the db is something like this:
so I am constructing the instance via a cluster by specifying the number of instances I want. |
@farazoman Thanks for your response. So looks like you are requesting to add support for setting |
Yes exactly what I am looking for. Thanks! |
Describe the feature
Following this issue: aws-cloudformation/cloudformation-coverage-roadmap#211 ability to set the CACertificateIdentifier was supported in Cloudformation, which i see is also supported in the DBInstance type in CDK. The issue is that if someone wants to use InstanceProps, they have no way via CDK to fix the issue.
Use Case
When regularly needing to update cert auth identifiers via CDK with InstanceProps, there is no way to do so.
Proposed Solution
allow passing the CACertificateIdentifier property to avoid drift in infra code vs actual infra
Other Information
No response
Acknowledgements
CDK version used
2.118.0 (build a40f2ec)
Environment details (OS name and version, etc.)
MacOS, Sonoma 14.6...
The text was updated successfully, but these errors were encountered: