| Modifier and Type | Class and Description |
|---|---|
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 |
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 |
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 |
|---|---|
List<List<IWidget>> |
DashboardProps.getWidgets()
Initial set of widgets on the dashboard.
|
List<List<IWidget>> |
DashboardProps.Jsii$Proxy.getWidgets()
Initial set of widgets on the dashboard.
|
| 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.withWidgets(List<List<IWidget>> value)
Sets the value of Widgets
|
| Constructor and Description |
|---|
Column(IWidget... widgets)
EXPERIMENTAL
|
Row(IWidget... widgets)
EXPERIMENTAL
|
Copyright © 2019. All rights reserved.