cloudform
cloudform copied to clipboard
Dashboard Body Properties
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.