@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:07.589Z") @Stability(value=Experimental) 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(Construct scope,
IAlarm alarm)
(experimental) Return the properties required to send alarm actions to this CloudWatch alarm.
|
@Stability(value=Experimental) @NotNull AlarmActionConfig bind(@NotNull 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 © 2020. All rights reserved.