Skip to content
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

Dashboard Body Properties #87

Open
direnakkoc opened this issue Feb 21, 2023 · 0 comments
Open

Dashboard Body Properties #87

direnakkoc opened this issue Feb 21, 2023 · 0 comments

Comments

@direnakkoc
Copy link

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.

@direnakkoc direnakkoc changed the title Dashboard Properties Dashboard Body Properties Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant