| 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 |
|---|---|
static IAlarmRule |
AlarmRule.fromAlarm(IAlarm alarm,
AlarmState alarmState)
(experimental) function to build Rule Expression for given IAlarm and AlarmState.
|
Copyright © 2021. All rights reserved.