We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6a58c commit 1fb7237Copy full SHA for 1fb7237
src/dashboards/datadog-dashboard.ts
@@ -1,9 +1,9 @@
1
import { CfnResource } from "aws-cdk-lib";
2
import * as camelcaseKeys from "camelcase-keys";
3
import { Construct } from "constructs";
4
-import { snakeCaseKeys } from "../util";
5
import { Dashboard } from "./datadog-api-dashboard.generated";
6
import { DatadogDashboardProps } from "./datadog-dashboard-schema.generated";
+import { snakeCaseKeys } from "../util";
7
8
/**
9
* Wrapper for generated Schema with typed dashboard property
0 commit comments