class Aws::KinesisAnalytics::Types::InputStartingPositionConfiguration
Describes the point at which the application reads from the streaming source.
@note When making an API call, you may pass InputStartingPositionConfiguration
data as a hash: { input_starting_position: "NOW", # accepts NOW, TRIM_HORIZON, LAST_STOPPED_POINT }
@!attribute [rw] input_starting_position
The starting position on the stream. * `NOW` - Start reading just after the most recent record in the stream, start at the request time stamp that the customer issued. * `TRIM_HORIZON` - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream. * `LAST_STOPPED_POINT` - Resume reading from where the application last stopped reading. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/InputStartingPositionConfiguration AWS API Documentation
Constants
- SENSITIVE