Uses of Enum Class
software.amazon.awscdk.services.lambda.StartingPosition
-
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 class with the specified name.static StartingPosition[]StartingPosition.values()Returns an array containing the constants of this enum class, 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()