Interface IEventSource
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IEventSource.Jsii$Default
- All Known Implementing Classes:
ApiEventSource
,DynamoEventSource
,IEventSource.Jsii$Proxy
,KinesisEventSource
,ManagedKafkaEventSource
,S3EventSource
,S3EventSourceV2
,SelfManagedKafkaEventSource
,SnsEventSource
,SqsEventSource
,StreamEventSource
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-05T03:43:45.576Z")
@Stability(Stable)
public interface IEventSource
extends software.amazon.jsii.JsiiSerializable
An abstract class which represents an AWS Lambda event source.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIEventSource
.static final class
A 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.addEventSource
to allow the event source to bind to this function.- Parameters:
target
- That lambda function to bind to. This parameter is required.
-