@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.564Z") @Stability(value=Experimental) public class KinesisEventSource extends StreamEventSource
| Modifier and Type | Class and Description |
|---|---|
static class |
KinesisEventSource.Builder
(experimental) A fluent builder for
KinesisEventSource. |
software.amazon.jsii.JsiiObject.InitializationModeIEventSource.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
KinesisEventSource(IStream stream,
KinesisEventSourceProps props) |
protected |
KinesisEventSource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
KinesisEventSource(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(IFunction target)
(experimental) Called by `lambda.addEventSource` to allow the event source to bind to this function.
|
String |
getEventSourceMappingId()
(experimental) The identifier for this EventSourceMapping.
|
IStream |
getStream() |
enrichMappingOptions, getPropsjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected KinesisEventSource(software.amazon.jsii.JsiiObjectRef objRef)
protected KinesisEventSource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public KinesisEventSource(@NotNull
IStream stream,
@NotNull
KinesisEventSourceProps props)
stream - This parameter is required.props - This parameter is required.@Stability(value=Experimental)
public void bind(@NotNull
IFunction target)
bind in interface IEventSourcebind in class StreamEventSourcetarget - This parameter is required.@Stability(value=Experimental) @NotNull public String getEventSourceMappingId()
@Stability(value=Experimental) @NotNull public IStream getStream()
Copyright © 2021. All rights reserved.