Uses of Enum
software.amazon.awscdk.services.pipes.sources.alpha.DynamoDBStartingPosition
Packages that use DynamoDBStartingPosition
Package
Description
Amazon EventBridge Pipes Sources Construct Library
-
Uses of DynamoDBStartingPosition in software.amazon.awscdk.services.pipes.sources.alpha
Methods in software.amazon.awscdk.services.pipes.sources.alpha that return DynamoDBStartingPositionModifier and TypeMethodDescriptionDynamoDBSourceParameters.getStartingPosition()(experimental) The position in a stream from which to start reading.final DynamoDBStartingPositionDynamoDBSourceParameters.Jsii$Proxy.getStartingPosition()static DynamoDBStartingPositionReturns the enum constant of this type with the specified name.static DynamoDBStartingPosition[]DynamoDBStartingPosition.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.pipes.sources.alpha with parameters of type DynamoDBStartingPositionModifier and TypeMethodDescriptionDynamoDBSource.Builder.startingPosition(DynamoDBStartingPosition startingPosition) (experimental) The position in a stream from which to start reading.DynamoDBSourceParameters.Builder.startingPosition(DynamoDBStartingPosition startingPosition) Sets the value ofDynamoDBSourceParameters.getStartingPosition()