@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:22.278Z") @Stability(value=Stable) public interface AlarmStatusWidgetProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AlarmStatusWidgetProps.Builder
A builder for
AlarmStatusWidgetProps |
static class |
AlarmStatusWidgetProps.Jsii$Proxy
An implementation for
AlarmStatusWidgetProps |
| Modifier and Type | Method and Description |
|---|---|
static AlarmStatusWidgetProps.Builder |
builder() |
List<IAlarm> |
getAlarms()
CloudWatch Alarms to show in widget.
|
default Number |
getHeight()
Height of the widget.
|
default String |
getTitle()
The title of the widget.
|
default Number |
getWidth()
Width of the widget, in a grid of 24 units wide.
|
@Stability(value=Stable) @NotNull List<IAlarm> getAlarms()
@Stability(value=Stable) @Nullable default Number getHeight()
Default: 3
@Stability(value=Stable) @Nullable default String getTitle()
Default: 'Alarm Status'
@Stability(value=Stable) @Nullable default Number getWidth()
Default: 6
@Stability(value=Stable) static AlarmStatusWidgetProps.Builder builder()
AlarmStatusWidgetProps.Builder of AlarmStatusWidgetPropsCopyright © 2021. All rights reserved.