Uses of Enum
software.amazon.awscdk.services.lambda.StartingPosition
Packages that use StartingPosition
Package
Description
AWS Lambda Construct Library
AWS Lambda Event Sources
- 
Uses of StartingPosition in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return StartingPositionModifier and TypeMethodDescriptiondefault StartingPositionEventSourceMappingOptions.getStartingPosition()The position in the DynamoDB, Kinesis or MSK stream where AWS Lambda should start reading.final StartingPositionEventSourceMappingOptions.Jsii$Proxy.getStartingPosition()final StartingPositionEventSourceMappingProps.Jsii$Proxy.getStartingPosition()static StartingPositionReturns 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.Methods in software.amazon.awscdk.services.lambda with parameters of type StartingPositionModifier and TypeMethodDescriptionEventSourceMapping.Builder.startingPosition(StartingPosition startingPosition) The position in the DynamoDB, Kinesis or MSK stream where AWS Lambda should start reading.EventSourceMappingOptions.Builder.startingPosition(StartingPosition startingPosition) Sets the value ofEventSourceMappingOptions.getStartingPosition()EventSourceMappingProps.Builder.startingPosition(StartingPosition startingPosition) Sets the value ofEventSourceMappingOptions.getStartingPosition() - 
Uses of StartingPosition in software.amazon.awscdk.services.lambda.eventsources
Methods in software.amazon.awscdk.services.lambda.eventsources that return StartingPositionModifier and TypeMethodDescriptionBaseStreamEventSourceProps.getStartingPosition()Where to begin consuming the stream.final StartingPositionBaseStreamEventSourceProps.Jsii$Proxy.getStartingPosition()final StartingPositionDynamoEventSourceProps.Jsii$Proxy.getStartingPosition()final StartingPositionKafkaEventSourceProps.Jsii$Proxy.getStartingPosition()final StartingPositionKinesisEventSourceProps.Jsii$Proxy.getStartingPosition()final StartingPositionManagedKafkaEventSourceProps.Jsii$Proxy.getStartingPosition()final StartingPositionSelfManagedKafkaEventSourceProps.Jsii$Proxy.getStartingPosition()final StartingPositionStreamEventSourceProps.Jsii$Proxy.getStartingPosition()Methods in software.amazon.awscdk.services.lambda.eventsources with parameters of type StartingPositionModifier and TypeMethodDescriptionBaseStreamEventSourceProps.Builder.startingPosition(StartingPosition startingPosition) Sets the value ofBaseStreamEventSourceProps.getStartingPosition()DynamoEventSource.Builder.startingPosition(StartingPosition startingPosition) Where to begin consuming the stream.DynamoEventSourceProps.Builder.startingPosition(StartingPosition startingPosition) Sets the value ofBaseStreamEventSourceProps.getStartingPosition()KafkaEventSourceProps.Builder.startingPosition(StartingPosition startingPosition) Sets the value ofBaseStreamEventSourceProps.getStartingPosition()KinesisEventSource.Builder.startingPosition(StartingPosition startingPosition) Where to begin consuming the stream.KinesisEventSourceProps.Builder.startingPosition(StartingPosition startingPosition) Sets the value ofBaseStreamEventSourceProps.getStartingPosition()ManagedKafkaEventSource.Builder.startingPosition(StartingPosition startingPosition) Where to begin consuming the stream.ManagedKafkaEventSourceProps.Builder.startingPosition(StartingPosition startingPosition) Sets the value ofBaseStreamEventSourceProps.getStartingPosition()SelfManagedKafkaEventSource.Builder.startingPosition(StartingPosition startingPosition) Where to begin consuming the stream.SelfManagedKafkaEventSourceProps.Builder.startingPosition(StartingPosition startingPosition) Sets the value ofBaseStreamEventSourceProps.getStartingPosition()StreamEventSourceProps.Builder.startingPosition(StartingPosition startingPosition) Sets the value ofBaseStreamEventSourceProps.getStartingPosition()