1

Do SDK Java API support creating dashboards ;widget and adding graphs to widgets in cloudwatch?

2 Answers2

0

Currently, CloudWatch does not support creating or managing dashboards through an API.

mickzer
  • 5,958
  • 5
  • 34
  • 57
0

It does now. See http://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/Welcome.html .

We wrote a Lambda to query our CloudFormation stacks periodically and generate/update CloudWatch Dashboards dynamically. Works like a charm.

Stephen Harrison
  • 689
  • 5
  • 15