We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TypeScript
Javascript
Python
Java
C#
F#
Go
Following the documentation described in the Flink readme will result in a build failure
flink.Application(self, 'app', property_groups=flink.PropertyGroups(FlinkApplicationProperties={ "input_stream_name": "MyName" }) )
There doesn't seem to be any other ways of properly inputting the property here either. Maybe there's something I'm missing?
TypeError: __init__() got an unexpected keyword argument 'FlinkApplicationProperties'
The interface PropertyGroups is defined in typescript here
PropertyGroups
This was originally reported and is described in further detail here
The text was updated successfully, but these errors were encountered:
I can confirm that this affects the Java CDK as well (at least through CDK v1, I haven't tested on CDK v2). This is also documented on StackOverflow with no current answer or workaround (from 10 months ago): https://stackoverflow.com/questions/67878668/aws-cdk-java-api-propertygroups-builder-not-working
Sorry, something went wrong.
No branches or pull requests
🐛 Bug Report
Affected Languages
TypeScript
orJavascript
Python
Java
C#
,F#
, ...)Go
What is the problem?
Following the documentation described in the Flink readme will result in a build failure
There doesn't seem to be any other ways of properly inputting the property here either. Maybe there's something I'm missing?
Error message
TypeError: __init__() got an unexpected keyword argument 'FlinkApplicationProperties'
The interface
PropertyGroups
is defined in typescript hereOther
This was originally reported and is described in further detail here
The text was updated successfully, but these errors were encountered: