@Stability(value=Stable) @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(AlarmStatusWidgetProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
AlarmStatusWidgetProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<IAlarm> |
getAlarms()
CloudWatch Alarms to show in widget.
|
Number |
getHeight()
Height of the widget.
|
AlarmStatusWidgetSortBy |
getSortBy()
Specifies how to sort the alarms in the widget.
|
List<AlarmState> |
getStates()
Use this field to filter the list of alarms displayed in the widget to only those alarms currently in the specified states.
|
String |
getTitle()
The title of the widget.
|
Number |
getWidth()
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.protected Jsii$Proxy(AlarmStatusWidgetProps.Builder builder)
AlarmStatusWidgetProps.Builder.public final List<IAlarm> getAlarms()
AlarmStatusWidgetPropsgetAlarms in interface AlarmStatusWidgetPropspublic final Number getHeight()
AlarmStatusWidgetPropsDefault: 3
getHeight in interface AlarmStatusWidgetPropspublic final AlarmStatusWidgetSortBy getSortBy()
AlarmStatusWidgetPropsDefault: - alphabetical order
getSortBy in interface AlarmStatusWidgetPropspublic final List<AlarmState> getStates()
AlarmStatusWidgetPropsYou can specify one or more alarm states in the value for this field. The alarm states that you can specify are ALARM, INSUFFICIENT_DATA, and OK.
If you omit this field or specify an empty array, all the alarms specifed in alarms are displayed.
Default: - all the alarms specified in alarms are displayed.
getStates 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 © 2023. All rights reserved.