| Modifier and Type | Interface and Description |
|---|---|
interface |
IAlarm
Represents a CloudWatch Alarm.
|
static interface |
IAlarm.Jsii$Default
Internal default implementation for
IAlarm. |
static interface |
IAlarmRule.Jsii$Default
Internal default implementation for
IAlarmRule. |
| Modifier and Type | Class and Description |
|---|---|
class |
Alarm
An alarm on a CloudWatch metric.
|
class |
AlarmBase
The base class for Alarm and CompositeAlarm resources.
|
class |
CompositeAlarm
A Composite Alarm based on Alarm Rule.
|
static class |
IAlarm.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
static class |
IAlarmRule.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IAlarmRule |
AlarmRule.allOf(IAlarmRule... operands)
function to join all provided AlarmRules with AND operator.
|
static IAlarmRule |
AlarmRule.anyOf(IAlarmRule... operands)
function to join all provided AlarmRules with OR operator.
|
static IAlarmRule |
AlarmRule.fromAlarm(IAlarm alarm,
AlarmState alarmState)
function to build Rule Expression for given IAlarm and AlarmState.
|
static IAlarmRule |
AlarmRule.fromBoolean(Boolean value)
function to build TRUE/FALSE intent for Rule Expression.
|
static IAlarmRule |
AlarmRule.fromString(String alarmRule)
function to build Rule Expression for given Alarm Rule string.
|
IAlarmRule |
CompositeAlarmProps.getAlarmRule()
Expression that specifies which other alarms are to be evaluated to determine this composite alarm's state.
|
IAlarmRule |
CompositeAlarmProps.Jsii$Proxy.getAlarmRule() |
static IAlarmRule |
AlarmRule.not(IAlarmRule operand)
function to wrap provided AlarmRule in NOT operator.
|
| Modifier and Type | Method and Description |
|---|---|
CompositeAlarmProps.Builder |
CompositeAlarmProps.Builder.alarmRule(IAlarmRule alarmRule)
Sets the value of
CompositeAlarmProps.getAlarmRule() |
CompositeAlarm.Builder |
CompositeAlarm.Builder.alarmRule(IAlarmRule alarmRule)
Expression that specifies which other alarms are to be evaluated to determine this composite alarm's state.
|
static IAlarmRule |
AlarmRule.allOf(IAlarmRule... operands)
function to join all provided AlarmRules with AND operator.
|
static IAlarmRule |
AlarmRule.anyOf(IAlarmRule... operands)
function to join all provided AlarmRules with OR operator.
|
static IAlarmRule |
AlarmRule.not(IAlarmRule operand)
function to wrap provided AlarmRule in NOT operator.
|
Copyright © 2023. All rights reserved.