public static final class AlarmStatusWidgetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AlarmStatusWidgetProps
AlarmStatusWidgetProps
AlarmStatusWidgetProps.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<IAlarm> |
getAlarms()
CloudWatch Alarms to show in widget.
|
java.lang.Number |
getHeight()
Height of the widget.
|
AlarmStatusWidgetSortBy |
getSortBy()
Specifies how to sort the alarms in the widget.
|
java.util.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.
|
java.lang.String |
getTitle()
The title of the widget.
|
java.lang.Number |
getWidth()
Width of the widget, in a grid of 24 units wide.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.util.List<IAlarm> getAlarms()
AlarmStatusWidgetProps
getAlarms
in interface AlarmStatusWidgetProps
public final java.lang.Number getHeight()
AlarmStatusWidgetProps
Default: 3
getHeight
in interface AlarmStatusWidgetProps
public final AlarmStatusWidgetSortBy getSortBy()
AlarmStatusWidgetProps
Default: - alphabetical order
getSortBy
in interface AlarmStatusWidgetProps
public final java.util.List<AlarmState> getStates()
AlarmStatusWidgetProps
You 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 AlarmStatusWidgetProps
public final java.lang.String getTitle()
AlarmStatusWidgetProps
Default: 'Alarm Status'
getTitle
in interface AlarmStatusWidgetProps
public final java.lang.Number getWidth()
AlarmStatusWidgetProps
Default: 6
getWidth
in interface AlarmStatusWidgetProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()