Uses of Interface
software.amazon.awscdk.services.cloudwatch.IAlarmAction
Package
Description
Amazon CloudWatch Construct Library
CloudWatch Alarm Actions library
-
Uses of IAlarmAction in software.amazon.awscdk.services.cloudwatch
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIAlarmAction
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.Modifier 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
Modifier 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 a Lambda action as an Alarm action.class
Use an SNS topic as an alarm action.class
Use an SSM OpsItem action as an Alarm action.class
Use an SSM Incident Response Plan as an Alarm action.