Sdk Java API for creating dashboard

626 Views Asked by At

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

2

There are 2 best solutions below

0
mickzer On

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

0
Stephen Harrison On

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.