Interface IAlarmAction
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IAlarmAction.Jsii$Default
- All Known Implementing Classes:
ApplicationScalingAction,AutoScalingAction,Ec2Action,IAlarmAction.Jsii$Proxy,SnsAction,SsmAction
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:36.865Z")
@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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAlarmAction.static final classA 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
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.
-