Interface IAction

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IAction.Jsii$Default
All Known Implementing Classes:
CloudWatchLogsAction, CloudWatchPutMetricAction, CloudWatchSetAlarmStateAction, FirehosePutRecordAction, IAction.Jsii$Proxy, IotRepublishMqttAction, KinesisPutRecordAction, LambdaFunctionAction, S3PutObjectAction, SnsTopicAction, SqsQueueAction

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:29:57.721Z") @Stability(Experimental) public interface IAction extends software.amazon.jsii.JsiiSerializable
(experimental) An abstract action for TopicRule.
  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
    bind(ITopicRule topicRule)
    (experimental) Returns the topic rule action specification.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • bind

      @Stability(Experimental) @NotNull ActionConfig bind(@NotNull ITopicRule topicRule)
      (experimental) Returns the topic rule action specification.

      Parameters:
      topicRule - The TopicRule that would trigger this action. This parameter is required.