-
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
IotEvents action is missing from Iot CfnTopicRule ActionProperty #7288
Comments
@nassahmed can you share some code? - the |
I have seen that its referenced in the documentation but i also saw that its missing inside the node_modules files. Its probably because of how recent IotEvent is.
|
@nassahmed are you certain you're on |
After deleting the node_modules and runing an npm update it seems the issue was solved. I looked at the changelog but didnt notice Cloudformation line. |
no worries! glad it works 👍 |
When creating an Iot CfnTopicRule, IotEvents is missing as an action property.
This action is declared in cloudformation documentation ( https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-action.html ) and in cdk documentation https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-iot.CfnTopicRule.html .
Reproduction Steps
Create an iot CfnTopicRule with an IotEvent as an action.
Error Log
Type '{ iotEvents: {}; }' is not assignable to type 'IResolvable | ActionProperty'.
Object literal may only specify known properties, and 'iotEvents' does not exist in type 'IResolvable | ActionProperty'.
Environment
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: