Interface IAlarmAction.Jsii$Default

All Superinterfaces:
IAlarmAction, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IAlarmAction.Jsii$Proxy
Enclosing interface:
IAlarmAction

@Internal public static interface IAlarmAction.Jsii$Default extends IAlarmAction
Internal default implementation for IAlarmAction.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudwatch.IAlarmAction

    IAlarmAction.Jsii$Default, IAlarmAction.Jsii$Proxy
  • Method Summary

    Modifier and Type
    Method
    Description
    bind(software.constructs.Construct scope, IAlarm alarm)
    Return the properties required to send alarm actions to this CloudWatch alarm.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • bind

      @Stability(Stable) @NotNull default AlarmActionConfig bind(@NotNull software.constructs.Construct scope, @NotNull IAlarm alarm)
      Return the properties required to send alarm actions to this CloudWatch alarm.

      Specified by:
      bind in interface IAlarmAction
      Parameters:
      scope - root Construct that allows creating new Constructs. This parameter is required.
      alarm - CloudWatch alarm that the action will target. This parameter is required.