cog
cog copied to clipboard
Create Cloudwatch veneer for expressions
We have this veneer for this line that generates only an array of QueryEditorExpression
instead the disjunct.
But we can see that this array could have multiple values (since its a disjunction) and it could be nice to change the generated Expressions
function into WithExpression
to have something neat (like panels/rows in dashboards).