@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.258Z") @Stability(value=Stable) public interface IAlarmAction extends software.amazon.jsii.JsiiSerializable
| 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(software.constructs.Construct scope,
IAlarm alarm)
Return the properties required to send alarm actions to this CloudWatch alarm.
|
@Stability(value=Stable) @NotNull AlarmActionConfig bind(@NotNull software.constructs.Construct scope, @NotNull 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.Copyright © 2022. All rights reserved.