Header menu logo FsCDK

DashboardBuilders Module

Functions and values

Function or value Description

alarmWidget title

Full Usage: alarmWidget title

Parameters:
    title : string - The widget title.

Returns: AlarmWidgetBuilder

Creates an Alarm Widget for CloudWatch Dashboards.

title : string

The widget title.

Returns: AlarmWidgetBuilder

dashboard name

Full Usage: dashboard name

Parameters:
    name : string - The dashboard name.

Returns: DashboardBuilder

Creates a CloudWatch Dashboard with AWS monitoring best practices.

name : string

The dashboard name.

Returns: DashboardBuilder

graphWidget title

Full Usage: graphWidget title

Parameters:
    title : string - The widget title.

Returns: GraphWidgetBuilder

Creates a Graph Widget for CloudWatch Dashboards.

title : string

The widget title.

Returns: GraphWidgetBuilder

logQueryWidget title

Full Usage: logQueryWidget title

Parameters:
    title : string - The widget title.

Returns: LogQueryWidgetBuilder

Creates a Log Query Widget for CloudWatch Dashboards.

title : string

The widget title.

Returns: LogQueryWidgetBuilder

singleValueWidget title

Full Usage: singleValueWidget title

Parameters:
    title : string - The widget title.

Returns: SingleValueWidgetBuilder

Creates a Single Value Widget for CloudWatch Dashboards.

title : string

The widget title.

Returns: SingleValueWidgetBuilder

textWidget

Full Usage: textWidget

Returns: TextWidgetBuilder

Creates a Text Widget for CloudWatch Dashboards.

Returns: TextWidgetBuilder

Type something to start searching.