@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-06-22T23:27:53.537Z")
public interface IAlarmAction
Modifier and Type | Interface and Description |
---|---|
static interface |
IAlarmAction.Jsii$Default
Internal default implementation for
IAlarmAction . |
static class |
IAlarmAction.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
AlarmActionConfig |
bind(Construct scope,
IAlarm alarm)
Return the properties required to send alarm actions to this CloudWatch alarm.
|
AlarmActionConfig bind(Construct scope, IAlarm alarm)
scope
- root Construct that allows creating new Constructs. This parameter is required.alarm
- CloudWatch alarm that the action will target. This parameter is required.