Skip to content

Dashboard Body Properties #87

@direnakkoc

Description

@direnakkoc

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions