| Modifier and Type | Method and Description |
|---|---|
default StartingPosition |
EventSourceMappingOptions.getStartingPosition()
The position in the DynamoDB, Kinesis or MSK stream where AWS Lambda should start reading.
|
StartingPosition |
EventSourceMappingOptions.Jsii$Proxy.getStartingPosition() |
StartingPosition |
EventSourceMappingProps.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 |
|---|---|
EventSourceMappingOptions.Builder |
EventSourceMappingOptions.Builder.startingPosition(StartingPosition startingPosition)
Sets the value of
EventSourceMappingOptions.getStartingPosition() |
EventSourceMappingProps.Builder |
EventSourceMappingProps.Builder.startingPosition(StartingPosition startingPosition)
Sets the value of
EventSourceMappingOptions.getStartingPosition() |
EventSourceMapping.Builder |
EventSourceMapping.Builder.startingPosition(StartingPosition startingPosition)
The position in the DynamoDB, Kinesis or MSK stream where AWS Lambda should start reading.
|
| Constructor and Description |
|---|
Jsii$Proxy(IFunction target,
Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
String eventSourceArn,
List<String> kafkaBootstrapServers,
String kafkaTopic,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Boolean reportBatchItemFailures,
Number retryAttempts,
List<? extends SourceAccessConfiguration> sourceAccessConfigurations,
StartingPosition startingPosition,
Duration tumblingWindow)
Constructor that initializes the object based on literal property values passed by the
EventSourceMappingProps.Builder. |
Jsii$Proxy(Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
String eventSourceArn,
List<String> kafkaBootstrapServers,
String kafkaTopic,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Boolean reportBatchItemFailures,
Number retryAttempts,
List<? extends SourceAccessConfiguration> sourceAccessConfigurations,
StartingPosition startingPosition,
Duration tumblingWindow)
Constructor that initializes the object based on literal property values passed by the
EventSourceMappingOptions.Builder. |
Copyright © 2021. All rights reserved.