| Modifier and Type | Interface and Description |
|---|---|
static interface |
IWidget.Jsii$Default
Internal default implementation for
IWidget. |
| Modifier and Type | Class and Description |
|---|---|
class |
AlarmStatusWidget
A dashboard widget that displays alarms in a grid view.
|
class |
AlarmWidget
Display the metric associated with an alarm, including the alarm line.
|
class |
Column
A widget that contains other widgets in a vertical column.
|
class |
ConcreteWidget
A real CloudWatch widget that has its own fixed size and remembers its position.
|
class |
CustomWidget
A CustomWidget shows the result of a AWS lambda function.
|
class |
GraphWidget
A dashboard widget that displays metrics.
|
static class |
IWidget.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
LogQueryWidget
Display query results from Logs Insights.
|
class |
Row
A widget that contains other widgets in a horizontal row.
|
class |
SingleValueWidget
A dashboard widget that displays the most recent value for every metric.
|
class |
Spacer
A widget that doesn't display anything but takes up space.
|
class |
TextWidget
A dashboard widget that displays MarkDown.
|
| Modifier and Type | Method and Description |
|---|---|
default List<List<IWidget>> |
DashboardProps.getWidgets()
Initial set of widgets on the dashboard.
|
List<List<IWidget>> |
DashboardProps.Jsii$Proxy.getWidgets() |
List<IWidget> |
Row.getWidgets()
List of contained widgets.
|
List<IWidget> |
Column.getWidgets()
List of contained widgets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dashboard.addWidgets(IWidget... widgets)
Add a widget to the dashboard.
|
| Modifier and Type | Method and Description |
|---|---|
DashboardProps.Builder |
DashboardProps.Builder.widgets(List<? extends List<? extends IWidget>> widgets)
Sets the value of
DashboardProps.getWidgets() |
Dashboard.Builder |
Dashboard.Builder.widgets(List<? extends List<? extends IWidget>> widgets)
Initial set of widgets on the dashboard.
|
| Constructor and Description |
|---|
Column(IWidget... widgets) |
Row(IWidget... widgets) |
Copyright © 2023. All rights reserved.