Generate a widget with graph type number in cdk ? #16460
-
Hi, I am trying to create a number type widget using CDK, using the LogQueryWidgetProps with query string and log group names. I need to create a number view. something like below I am facing some difficultly while creating a Number type graph view. The views in the documentation has only below types. Does CDK supports Number view?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I think you're looking for SingleValueWidget https://docs.aws.amazon.com/cdk/api/v1/docs/@aws-cdk_aws-cloudwatch.SingleValueWidget.html |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
I think you're looking for SingleValueWidget https://docs.aws.amazon.com/cdk/api/v1/docs/@aws-cdk_aws-cloudwatch.SingleValueWidget.html