Interface IWidget.Jsii$Default
- All Superinterfaces:
IWidget
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IWidget.Jsii$Proxy
- Enclosing interface:
IWidget
Internal default implementation for
IWidget
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudwatch.IWidget
IWidget.Jsii$Default, IWidget.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault Number
The amount of vertical grid units the widget will take up.Deprecated.use warningsV2Any warnings that are produced as a result of putting together this widget.default Number
getWidth()
The amount of horizontal grid units the widget will take up.default void
Place the widget at a given position.toJson()
Return the widget JSON for use in the dashboard.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getHeight
The amount of vertical grid units the widget will take up. -
getWidth
The amount of horizontal grid units the widget will take up. -
getWarnings
Deprecated.- use warningsV2
(deprecated) Any warnings that are produced as a result of putting together this widget.- Specified by:
getWarnings
in interfaceIWidget
-
getWarningsV2
Any warnings that are produced as a result of putting together this widget.- Specified by:
getWarningsV2
in interfaceIWidget
-
position
Place the widget at a given position. -
toJson
Return the widget JSON for use in the dashboard.
-