Open
Description
Describe the feature
CloudWatch dashboards support creating band annotations via horizontal annotations:
To create such an annotation, the format must be:
[ {value, label, color, yAxis, visible}, {value, label} ]
However, the GraphWidget class does not support this:
- https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_cloudwatch.GraphWidgetProps.html
- https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_cloudwatch.HorizontalAnnotation.html
Use Case
To create banded annotations.
Proposed Solution
No response
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
CDK version used
2.35.0 (build 5c23578)
Environment details (OS name and version, etc.)
AL2