@Internal public static interface IAlarmAction.Jsii$Default extends IAlarmAction
IAlarmAction.IAlarmAction.Jsii$Default, IAlarmAction.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
default AlarmActionConfig |
bind(software.constructs.Construct scope,
IAlarm alarm)
(experimental) Return the properties required to send alarm actions to this CloudWatch alarm.
|
@Stability(value=Experimental) @NotNull default AlarmActionConfig bind(@NotNull software.constructs.Construct scope, @NotNull IAlarm alarm)
bind in interface IAlarmActionscope - root Construct that allows creating new Constructs. This parameter is required.alarm - CloudWatch alarm that the action will target. This parameter is required.Copyright © 2021. All rights reserved.