-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Java - "Malformed enum value" #467
Comments
Thanks for the report! At the moment we're a bit busy getting our release cycle finished, but we'll pick this up as soon as possible. |
Thanks! TypeScript support on the other hand works like a charm. Really awesome tool! |
@rix0rrr -- if this is something I broke and you can point me in the right place let me know. |
I'm honestly not sure, but it doesn't seem like something you should have been able to break. So don't worry about it. Thanks for offering though! |
Similar issue with the java getting started example: Exception in thread "main" software.amazon.jsii.JsiiException: Malformed enum value: @aws-cdk/aws-s3.BucketEncryption/KmsManaged |
Thanks for reporting. We understand why this happens and will hopefully include a fix in our next release, probably early next week. |
Apologies for the unpleasant experience! |
No worries, I actually started to love TypeScript version! |
Using version "0.8.0", creating VPC stack does not work:
Results in following error:
when executing
cdk deploy
.Same applies to other enums like
DefaultInstanceTenancy
.The text was updated successfully, but these errors were encountered: