Interface IEventSource
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IEventSource.Jsii$Default
- All Known Implementing Classes:
ApiEventSource,DynamoEventSource,IEventSource.Jsii$Proxy,KinesisConsumerEventSource,KinesisEventSource,ManagedKafkaEventSource,S3EventSource,S3EventSourceV2,SelfManagedKafkaEventSource,SnsEventSource,SqsEventSource,StreamEventSource
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-24T13:34:41.267Z")
@Stability(Stable)
public interface IEventSource
extends software.amazon.jsii.JsiiSerializable
An abstract class which represents an AWS Lambda event source.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIEventSource.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
Called bylambda.addEventSourceto allow the event source to bind to this function.- Parameters:
target- That lambda function to bind to. This parameter is required.
-