Class StreamEventSource
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.eventsources.StreamEventSource
- All Implemented Interfaces:
IEventSource,software.amazon.jsii.JsiiSerializable
- Direct Known Subclasses:
DynamoEventSource,KinesisConsumerEventSource,KinesisEventSource,ManagedKafkaEventSource,SelfManagedKafkaEventSource
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-24T13:34:41.379Z")
@Stability(Stable)
public abstract class StreamEventSource
extends software.amazon.jsii.JsiiObject
implements IEventSource
Use an stream as an event source for AWS Lambda.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.IEventSource
IEventSource.Jsii$Default -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedStreamEventSource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedStreamEventSource(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionabstract voidCalled bylambda.addEventSourceto allow the event source to bind to this function.protected EventSourceMappingOptionsprotected StreamEventSourcePropsgetProps()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
StreamEventSource
protected StreamEventSource(software.amazon.jsii.JsiiObjectRef objRef) -
StreamEventSource
protected StreamEventSource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
StreamEventSource
- Parameters:
props- This parameter is required.
-
-
Method Details
-
bind
Called bylambda.addEventSourceto allow the event source to bind to this function.- Specified by:
bindin interfaceIEventSource- Parameters:
_target- This parameter is required.
-
enrichMappingOptions
@Stability(Stable) @NotNull protected EventSourceMappingOptions enrichMappingOptions(@NotNull EventSourceMappingOptions options) - Parameters:
options- This parameter is required.
-
getProps
-