Uses of Interface
software.amazon.awscdk.services.cloudwatch.IAlarmRule
-
Uses of IAlarmRule in software.amazon.awscdk.services.cloudwatch
Modifier and TypeInterfaceDescriptioninterface
Represents a CloudWatch Alarm.static interface
Internal default implementation forIAlarm
.static interface
Internal default implementation forIAlarmRule
.Modifier and TypeClassDescriptionclass
An alarm on a CloudWatch metric.class
The base class for Alarm and CompositeAlarm resources.class
A Composite Alarm based on Alarm Rule.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionstatic IAlarmRule
AlarmRule.allOf
(@NotNull IAlarmRule... operands) function to join all provided AlarmRules with AND operator.static IAlarmRule
AlarmRule.anyOf
(@NotNull 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.CompositeAlarmProps.getAlarmRule()
Expression that specifies which other alarms are to be evaluated to determine this composite alarm's state.final IAlarmRule
CompositeAlarmProps.Jsii$Proxy.getAlarmRule()
static IAlarmRule
AlarmRule.not
(IAlarmRule operand) function to wrap provided AlarmRule in NOT operator.Modifier and TypeMethodDescriptionCompositeAlarm.Builder.alarmRule
(IAlarmRule alarmRule) Expression that specifies which other alarms are to be evaluated to determine this composite alarm's state.CompositeAlarmProps.Builder.alarmRule
(IAlarmRule alarmRule) Sets the value ofCompositeAlarmProps.getAlarmRule()
static IAlarmRule
AlarmRule.allOf
(@NotNull IAlarmRule... operands) function to join all provided AlarmRules with AND operator.static IAlarmRule
AlarmRule.anyOf
(@NotNull 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.