@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(Construct scope,
IAlarm alarm)
Return the properties required to send alarm actions to this CloudWatch alarm.
|
@Stability(value=Stable) @NotNull default AlarmActionConfig bind(@NotNull 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 © 2023. All rights reserved.