Uses of Interface
software.amazon.awscdk.services.cloudwatch.IAlarmAction
Packages that use IAlarmAction
Package
Description
Amazon CloudWatch Construct Library
CloudWatch Alarm Actions library
-
Uses of IAlarmAction in software.amazon.awscdk.services.cloudwatch
Subinterfaces of IAlarmAction in software.amazon.awscdk.services.cloudwatchModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIAlarmAction
.Classes in software.amazon.awscdk.services.cloudwatch that implement IAlarmActionModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.cloudwatch with parameters of type IAlarmActionModifier and TypeMethodDescriptionvoid
Alarm.addAlarmAction
(@NotNull IAlarmAction... actions) Trigger this action if the alarm fires.void
AlarmBase.addAlarmAction
(@NotNull IAlarmAction... actions) Trigger this action if the alarm fires.void
AlarmBase.addInsufficientDataAction
(@NotNull IAlarmAction... actions) Trigger this action if there is insufficient data to evaluate the alarm.void
AlarmBase.addOkAction
(@NotNull IAlarmAction... actions) Trigger this action if the alarm returns from breaching state into ok state. -
Uses of IAlarmAction in software.amazon.awscdk.services.cloudwatch.actions
Classes in software.amazon.awscdk.services.cloudwatch.actions that implement IAlarmActionModifier and TypeClassDescriptionclass
Use an ApplicationAutoScaling StepScalingAction as an Alarm Action.class
Use an AutoScaling StepScalingAction as an Alarm Action.class
Use an EC2 action as an Alarm action.class
Use an SNS topic as an alarm action.class
Use an SSM OpsItem action as an Alarm action.