| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudwatch |
Amazon CloudWatch Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static AlarmState |
AlarmState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlarmState[] |
AlarmState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default List<AlarmState> |
AlarmStatusWidgetProps.getStates()
Use this field to filter the list of alarms displayed in the widget to only those alarms currently in the specified states.
|
List<AlarmState> |
AlarmStatusWidgetProps.Jsii$Proxy.getStates() |
| Modifier and Type | Method and Description |
|---|---|
static IAlarmRule |
AlarmRule.fromAlarm(IAlarm alarm,
AlarmState alarmState)
function to build Rule Expression for given IAlarm and AlarmState.
|
| Modifier and Type | Method and Description |
|---|---|
AlarmStatusWidgetProps.Builder |
AlarmStatusWidgetProps.Builder.states(List<? extends AlarmState> states)
Sets the value of
AlarmStatusWidgetProps.getStates() |
AlarmStatusWidget.Builder |
AlarmStatusWidget.Builder.states(List<? extends AlarmState> states)
Use this field to filter the list of alarms displayed in the widget to only those alarms currently in the specified states.
|
Copyright © 2022. All rights reserved.