Uses of Interface
software.amazon.awscdk.services.cloudwatch.IAlarmAction
-
Uses of IAlarmAction in software.amazon.awscdk.services.cloudwatch
Subinterfaces of IAlarmAction in software.amazon.awscdk.services.cloudwatchModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAlarmAction.Classes in software.amazon.awscdk.services.cloudwatch that implement IAlarmActionModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.cloudwatch with parameters of type IAlarmActionModifier and TypeMethodDescriptionvoidAlarm.addAlarmAction(@NotNull IAlarmAction... actions) Trigger this action if the alarm fires.voidAlarmBase.addAlarmAction(@NotNull IAlarmAction... actions) Trigger this action if the alarm fires.voidAlarmBase.addInsufficientDataAction(@NotNull IAlarmAction... actions) Trigger this action if there is insufficient data to evaluate the alarm.voidAlarmBase.addOkAction(@NotNull IAlarmAction... actions) Trigger this action if the alarm returns from breaching state into ok state.