@Stability(value=Stable) @Internal public static final class BaseStreamEventSourceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BaseStreamEventSourceProps
BaseStreamEventSourcePropssoftware.amazon.jsii.JsiiObject.InitializationModeBaseStreamEventSourceProps.Builder, BaseStreamEventSourceProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(BaseStreamEventSourceProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
BaseStreamEventSourceProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getBatchSize()
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.
|
Boolean |
getEnabled()
If the stream event source mapping should be enabled.
|
Duration |
getMaxBatchingWindow()
The maximum amount of time to gather records before invoking the function.
|
StartingPosition |
getStartingPosition()
Where to begin consuming the stream.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(BaseStreamEventSourceProps.Builder builder)
BaseStreamEventSourceProps.Builder.public final StartingPosition getStartingPosition()
BaseStreamEventSourcePropsgetStartingPosition in interface BaseStreamEventSourcePropspublic final Number getBatchSize()
BaseStreamEventSourcePropsYour function receives an event with all the retrieved records.
Valid Range:
Default: 100
getBatchSize in interface BaseStreamEventSourcePropspublic final Boolean getEnabled()
BaseStreamEventSourcePropsDefault: true
getEnabled in interface BaseStreamEventSourcePropspublic final Duration getMaxBatchingWindow()
BaseStreamEventSourcePropsMaximum of Duration.minutes(5)
Default: Duration.seconds(0)
getMaxBatchingWindow in interface BaseStreamEventSourceProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.