@Stability(value=Experimental) @Internal public static final class AlarmStatusWidgetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AlarmStatusWidgetProps
AlarmStatusWidgetPropssoftware.amazon.jsii.JsiiObject.InitializationModeAlarmStatusWidgetProps.Builder, AlarmStatusWidgetProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(List<? extends IAlarm> alarms,
Number height,
String title,
Number width)
Constructor that initializes the object based on literal property values passed by the
AlarmStatusWidgetProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<IAlarm> |
getAlarms()
(experimental) CloudWatch Alarms to show in widget.
|
Number |
getHeight()
(experimental) Height of the widget.
|
String |
getTitle()
(experimental) The title of the widget.
|
Number |
getWidth()
(experimental) Width of the widget, in a grid of 24 units wide.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public final List<IAlarm> getAlarms()
AlarmStatusWidgetPropsgetAlarms in interface AlarmStatusWidgetPropspublic final Number getHeight()
AlarmStatusWidgetPropsDefault: 3
getHeight in interface AlarmStatusWidgetPropspublic final String getTitle()
AlarmStatusWidgetPropsDefault: 'Alarm Status'
getTitle in interface AlarmStatusWidgetPropspublic final Number getWidth()
AlarmStatusWidgetPropsDefault: 6
getWidth in interface AlarmStatusWidgetProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.