| 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 |
|---|---|
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() |
EventSourceMapping.Builder |
EventSourceMapping.Builder.startingPosition(StartingPosition startingPosition)
The position in the DynamoDB, Kinesis or MSK stream where AWS Lambda should start reading.
|
Copyright © 2023. All rights reserved.