Skip to content
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

aws-cdk-lib » aws_rds » DatabaseCluster : Missing securityGroups property. #31196

Closed
1 task
zmgehlke opened this issue Aug 23, 2024 · 2 comments
Closed
1 task
Assignees
Labels
@aws-cdk/aws-rds Related to Amazon Relational Database bug This issue is a bug. closed-for-staleness This issue was automatically closed because it hadn't received any attention in a while. p3 response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.

Comments

@zmgehlke
Copy link

Describe the bug

The DatabaseCluster type doesn't have the securityGroups property.

https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_rds.DatabaseCluster.html#securitygroups-1

Regression Issue

  • Select this option if this issue appears to be a regression.

Last Known Working CDK Version

No response

Expected Behavior

The property listed in the document is visible in IDEs.

Current Behavior

That property and others appear not to exist on DatabaseCluster.

Reproduction Steps

Install aws-cdk-lib and aws-cdk 2.154.0; attempt to access the property in VSCode.

Possible Solution

No response

Additional Information/Context

No response

CDK CLI Version

2.154.0

Framework Version

No response

Node.js Version

20.15.1

OS

Ubuntu 22.04

Language

TypeScript

Language Version

No response

Other information

No response

@zmgehlke zmgehlke added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Aug 23, 2024
@github-actions github-actions bot added the aws-cdk-lib Related to the aws-cdk-lib package label Aug 23, 2024
@ashishdhingra
Copy link
Contributor

@zmgehlke Good morning. Thanks for opening the issue. I'm using 2.154.0 (build 0fc07f3) and could see securityGroups property while creating a new DatabaseCluster instance:
Screenshot 2024-08-23 at 9 43 19 AM

Could you please check in some other machine? Did you run npm install to install updated packages?

Thanks,
Ashish

@ashishdhingra ashishdhingra added response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. p3 and removed needs-triage This issue or PR still needs to be triaged. labels Aug 23, 2024
@ashishdhingra ashishdhingra self-assigned this Aug 23, 2024
Copy link

This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.

@github-actions github-actions bot added the closing-soon This issue will automatically close in 4 days unless further comments are made. label Aug 25, 2024
@moelasmar moelasmar added @aws-cdk/aws-rds Related to Amazon Relational Database and removed aws-cdk-lib Related to the aws-cdk-lib package labels Aug 28, 2024
@github-actions github-actions bot added closed-for-staleness This issue was automatically closed because it hadn't received any attention in a while. and removed closing-soon This issue will automatically close in 4 days unless further comments are made. labels Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-rds Related to Amazon Relational Database bug This issue is a bug. closed-for-staleness This issue was automatically closed because it hadn't received any attention in a while. p3 response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Projects
None yet
Development

No branches or pull requests

3 participants