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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAction.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionbind(ITopicRule topicRule) (experimental) Returns the topic rule action specification.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
(experimental) Returns the topic rule action specification.- Parameters:
topicRule- The TopicRule that would trigger this action. This parameter is required.
-