| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.lambda.eventsources |
AWS Lambda Event Sources
|
| 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() |
EventSourceMapping.Builder |
EventSourceMapping.Builder.startingPosition(StartingPosition startingPosition)
The position in the DynamoDB, Kinesis or MSK stream where AWS Lambda should start reading.
|
EventSourceMappingOptions.Builder |
EventSourceMappingOptions.Builder.startingPosition(StartingPosition startingPosition)
Sets the value of
EventSourceMappingOptions.getStartingPosition() |
| Modifier and Type | Method and Description |
|---|---|
StartingPosition |
DynamoEventSourceProps.Jsii$Proxy.getStartingPosition() |
StartingPosition |
StreamEventSourceProps.Jsii$Proxy.getStartingPosition() |
StartingPosition |
ManagedKafkaEventSourceProps.Jsii$Proxy.getStartingPosition() |
StartingPosition |
KafkaEventSourceProps.Jsii$Proxy.getStartingPosition() |
StartingPosition |
BaseStreamEventSourceProps.getStartingPosition()
Where to begin consuming the stream.
|
StartingPosition |
BaseStreamEventSourceProps.Jsii$Proxy.getStartingPosition() |
StartingPosition |
SelfManagedKafkaEventSourceProps.Jsii$Proxy.getStartingPosition() |
StartingPosition |
KinesisEventSourceProps.Jsii$Proxy.getStartingPosition() |
Copyright © 2022. All rights reserved.