| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudwatch |
Amazon CloudWatch Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IWidget.Jsii$Default
Internal default implementation for
IWidget. |
| Modifier and Type | Class and Description |
|---|---|
class |
AlarmStatusWidget
(experimental) A dashboard widget that displays alarms in a grid view.
|
class |
AlarmWidget
(experimental) Display the metric associated with an alarm, including the alarm line.
|
class |
Column
(experimental) A widget that contains other widgets in a vertical column.
|
class |
ConcreteWidget
(experimental) A real CloudWatch widget that has its own fixed size and remembers its position.
|
class |
GraphWidget
(experimental) 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
(experimental) Display query results from Logs Insights.
|
class |
Row
(experimental) A widget that contains other widgets in a horizontal row.
|
class |
SingleValueWidget
(experimental) A dashboard widget that displays the most recent value for every metric.
|
class |
Spacer
(experimental) A widget that doesn't display anything but takes up space.
|
class |
TextWidget
(experimental) A dashboard widget that displays MarkDown.
|
| Modifier and Type | Method and Description |
|---|---|
default List<List<IWidget>> |
DashboardProps.getWidgets()
(experimental) Initial set of widgets on the dashboard.
|
List<List<IWidget>> |
DashboardProps.Jsii$Proxy.getWidgets() |
| Modifier and Type | Method and Description |
|---|---|
void |
Dashboard.addWidgets(IWidget... widgets)
(experimental) Add a widget to the dashboard.
|
| Modifier and Type | Method and Description |
|---|---|
Dashboard.Builder |
Dashboard.Builder.widgets(List<? extends List<? extends IWidget>> widgets)
(experimental) Initial set of widgets on the dashboard.
|
DashboardProps.Builder |
DashboardProps.Builder.widgets(List<? extends List<? extends IWidget>> widgets)
Sets the value of
DashboardProps.getWidgets() |
| Constructor and Description |
|---|
Column(IWidget... widgets) |
Row(IWidget... widgets) |
| Constructor and Description |
|---|
Jsii$Proxy(String dashboardName,
String end,
PeriodOverride periodOverride,
String start,
List<? extends List<? extends IWidget>> widgets)
Constructor that initializes the object based on literal property values passed by the
DashboardProps.Builder. |
Copyright © 2021. All rights reserved.