| Modifier and Type | Method and Description |
|---|---|
StartingPosition |
EventSourceMappingProps.Jsii$Proxy.getStartingPosition() |
default StartingPosition |
EventSourceMappingOptions.getStartingPosition()
The position in the DynamoDB, Kinesis or MSK stream where AWS Lambda should start reading.
|
StartingPosition |
EventSourceMappingOptions.Jsii$Proxy.getStartingPosition() |
static StartingPosition |
StartingPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StartingPosition[] |
StartingPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EventSourceMapping.Builder |
EventSourceMapping.Builder.startingPosition(StartingPosition startingPosition)
The position in the DynamoDB, Kinesis or MSK stream where AWS Lambda should start reading.
|
EventSourceMappingProps.Builder |
EventSourceMappingProps.Builder.startingPosition(StartingPosition startingPosition)
Sets the value of
EventSourceMappingOptions.getStartingPosition() |
EventSourceMappingOptions.Builder |
EventSourceMappingOptions.Builder.startingPosition(StartingPosition startingPosition)
Sets the value of
EventSourceMappingOptions.getStartingPosition() |
| Constructor and Description |
|---|
Jsii$Proxy(IFunction target,
String eventSourceArn,
Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
String kafkaTopic,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Number retryAttempts,
StartingPosition startingPosition)
Constructor that initializes the object based on literal property values passed by the
EventSourceMappingProps.Builder. |
Jsii$Proxy(String eventSourceArn,
Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
String kafkaTopic,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Number retryAttempts,
StartingPosition startingPosition)
Constructor that initializes the object based on literal property values passed by the
EventSourceMappingOptions.Builder. |
Copyright © 2020. All rights reserved.