Interface IEventSource.Jsii$Default
- All Superinterfaces:
IEventSource
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IEventSource.Jsii$Proxy
- Enclosing interface:
IEventSource
Internal default implementation for
IEventSource
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.IEventSource
IEventSource.Jsii$Default, IEventSource.Jsii$Proxy
-
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.- Specified by:
bind
in interfaceIEventSource
- Parameters:
target
- That lambda function to bind to. This parameter is required.
-