-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cloudwatch: support dashboard variables #26200
Comments
It is unclear to me how it would be created or referenced in cloudformation. Any insight would be welcome and appreciated. |
@pahud, The dashboard variables when created are part of the json which corresponds to the dashboard body. To get the dashboard variables deployed via cloudformation or via CDK, the dashboard body should follow the following format:
The proposal for this new feature will be as follows: add new I intent to make a PR to address this feature request and it will be more clear from it on how these variable work. |
This change add the support for dashboard variables in CDK https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_dashboard_variables.html. It allows to reduce the number of repeated CloudWatch dashboards by unifying them into one managed with variables. Closes #26200 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
This change add the support for dashboard variables in CDK https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_dashboard_variables.html. It allows to reduce the number of repeated CloudWatch dashboards by unifying them into one managed with variables. Closes aws#26200 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Describe the feature
CloudWatch recently released the new dashboard variables feature which allows parameterizing dashboards with variables to reduce repetition/duplication of dashboards
Use Case
This feature would enable retiring near identical/duplicate dashboards which only differ in some parameters and enable consolidating them into one single parameterized dashboard
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.84.0
Environment details (OS name and version, etc.)
macOS
The text was updated successfully, but these errors were encountered: