| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudwatch |
Amazon CloudWatch Construct Library
|
| software.amazon.awscdk.services.iot.actions |
Actions for AWS IoT Rule
|
| 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()
(experimental) 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)
(experimental) function to build Rule Expression for given IAlarm and AlarmState.
|
| Modifier and Type | Method and Description |
|---|---|
AlarmStatusWidget.Builder |
AlarmStatusWidget.Builder.states(List<? extends AlarmState> states)
(experimental) Use this field to filter the list of alarms displayed in the widget to only those alarms currently in the specified states.
|
AlarmStatusWidgetProps.Builder |
AlarmStatusWidgetProps.Builder.states(List<? extends AlarmState> states)
Sets the value of
AlarmStatusWidgetProps.getStates() |
| Modifier and Type | Method and Description |
|---|---|
AlarmState |
CloudWatchSetAlarmStateActionProps.getAlarmStateToSet()
(experimental) The value of the alarm state to set.
|
AlarmState |
CloudWatchSetAlarmStateActionProps.Jsii$Proxy.getAlarmStateToSet() |
| Modifier and Type | Method and Description |
|---|---|
CloudWatchSetAlarmStateActionProps.Builder |
CloudWatchSetAlarmStateActionProps.Builder.alarmStateToSet(AlarmState alarmStateToSet)
Sets the value of
CloudWatchSetAlarmStateActionProps.getAlarmStateToSet() |
CloudWatchSetAlarmStateAction.Builder |
CloudWatchSetAlarmStateAction.Builder.alarmStateToSet(AlarmState alarmStateToSet)
(experimental) The value of the alarm state to set.
|
Copyright © 2022. All rights reserved.