-
Notifications
You must be signed in to change notification settings - Fork 246
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
JSii generates an incorrect type in aws_eks (Python) #3070
Comments
we are still suffering of this issue |
It also looks like the documentation page shows the incorrect parameter type for I believe it should say |
It looks like it is also incorrect in Java, as the parameter is a |
Closing as a non-issue.
This is incorrect -- The TS source code you linked also represents the same thing: The docs might be slightly confusing if you haven't encountered variadic arguments before, but it is correct. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
@sumupitchayan it looks like doc generation is incorrect here, both on the documentation page and on construct hub Can you check if |
@iliapolo yes there is an issue for exactly this in I guess we can still mark this issue as closed since we have one in docgen to track this bug. |
@sumupitchayan we also need to file a bug in the CDK repo regarding the documentation page. Unfortunately it doesn't use |
🐛 Bug Report
Affected Languages
TypeScript
orJavascript
Python
Java
C#
,F#
, ...)Go
General Information
What is the problem?
The method
EndpointAccess.only_from
, from theaws_eks
Python module has a parametercidr
of type string. But in the source code, it is an array of string:Original bug: aws/aws-cdk#16661
The text was updated successfully, but these errors were encountered: