You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi maintainers,
CoudForm is a great project, It simplified my life and saved me many days of painful work with CloudWatch alarm properties types. It works like a charm.
However, when wanted to use CloudWatch dashboard types, I couldn't get so much joy. I have been creating dashboards bodies with the properties (https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_PutDashboard.html) that are below: export type DashBodyProperties = { ActionsEnabled?: boolean metricPeriod?: number width?: number height?: number yAxis?: YAxis Statistic?: Statistic[] }
If these types exist would be amazing. I am wondering if there is a plan to create types for the dashboard body as well.
The text was updated successfully, but these errors were encountered:
direnakkoc
changed the title
Dashboard Properties
Dashboard Body Properties
Feb 21, 2023
Hi maintainers,
CoudForm is a great project, It simplified my life and saved me many days of painful work with CloudWatch alarm properties types. It works like a charm.
However, when wanted to use CloudWatch dashboard types, I couldn't get so much joy. I have been creating dashboards bodies with the properties (https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_PutDashboard.html) that are below:
export type DashBodyProperties = { ActionsEnabled?: boolean metricPeriod?: number width?: number height?: number yAxis?: YAxis Statistic?: Statistic[] }
If these types exist would be amazing. I am wondering if there is a plan to create types for the dashboard body as well.
The text was updated successfully, but these errors were encountered: