UNPKG
@khulnasoft/cdk
Version:
latest (0.0.46)
0.0.46
Define your observability as code using the AWS CDK
github.com/khulnasoft/cdk
khulnasoft/cdk
@khulnasoft/cdk
/
dist
/
resources
/
dashboard.d.ts
7 lines
(6 loc)
•
252 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
CfnResource
}
from
"aws-cdk-lib"
;
import
{
DashboardProps
}
from
"../types/dashboard"
;
export
{
WidgetType
}
from
"../types/dashboard"
;
export
declare
class
Dashboard
extends
CfnResource
{
constructor
(
id
:
string
,
props
:
DashboardProps
); }