-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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-iot] Add CloudWatch Logs to the IoT Rule Actions #9927
Comments
@robert-hanuschke - it seems this property is not exposed through |
Hello, has there been any traction around this yet? It would be really useful if this feature was available. Thanks! |
Looks like the action is now available in cloudformation: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchlogsaction.html |
Done in #17228. |
|
Currently, the aws-iot.ActionProperty interface is missing an implementation of the CloudWatch Logs Rule Action
Use Case
Forwarding IoT rule result to CloudWatch logs as is possible via CloudFormation or the web console.
Proposed Solution
Implement as is available for the other rule actions already.
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: