Interface IAlarmAction

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IAlarmAction.Jsii$Default
All Known Implementing Classes:
ApplicationScalingAction, AutoScalingAction, Ec2Action, IAlarmAction.Jsii$Proxy, SnsAction, SsmAction

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:36.865Z") @Stability(Stable) public interface IAlarmAction extends software.amazon.jsii.JsiiSerializable
Interface for objects that can be the targets of CloudWatch alarm actions.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IAlarmAction.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    bind(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 AlarmActionConfig bind(@NotNull Construct scope, @NotNull IAlarm alarm)
      Return the properties required to send alarm actions to this CloudWatch alarm.

      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.