Interface IAlarmAction
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IAlarmAction.Jsii$Default
- All Known Implementing Classes:
ApplicationScalingAction
,AutoScalingAction
,Ec2Action
,IAlarmAction.Jsii$Proxy
,LambdaAction
,SnsAction
,SsmAction
,SsmIncidentAction
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-22T02:23:58.510Z")
@Stability(Stable)
public interface IAlarmAction
extends software.amazon.jsii.JsiiSerializable
Interface for objects that can be the targets of CloudWatch alarm actions.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIAlarmAction
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionReturn the properties required to send alarm actions to this CloudWatch alarm.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
@Stability(Stable) @NotNull AlarmActionConfig bind(@NotNull software.constructs.Construct scope, @NotNull IAlarm alarm) Return the properties required to send alarm actions to this CloudWatch alarm.- Parameters:
scope
- root Construct that allows creating new Constructs. This parameter is required.alarm
- CloudWatch alarm that the action will target. This parameter is required.
-