-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Description
Note: for support questions, please first reference our documentation, then use Stackoverflow. This repository's issues are intended for feature requests and bug reports.
-
I'm submitting a ...
- 🪲 bug report
- 🚀 feature request
- 📚 construct library gap
- ☎️ security issue or vulnerability => Please see policy
- ❓ support request => Please see note at the top of this template.
-
What is the current behavior?
Currently, the CDK just supports 4 of the 5 existing dashboard widgets: line, stacked, number, text.
- What is the expected behavior (or behavior of feature suggested)?
There is a Query Results widget that allows us to put cloudwatch insights visualizations into dashboards
- What is the motivation / use case for changing the behavior or adding this feature?
It's currently possible to hack a way to create that Widget via a call to CfnDashboard instead, but there should be a Class defined to handle this like there is for the other 4 widgets.
-
Please tell us about your environment:
- CDK CLI Version: 1.13
- Module Version: 1.13
- OS: all
- Language: Typescript
-
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. associated pull-request, stackoverflow, gitter, etc)