initialPosition property

CloudWatchLogsInitialPosition? initialPosition
final

Specifies where to start to read data (start_of_file or end_of_file). The default is start_of_file. This setting is only used if there is no state persisted for that log stream.

Implementation

final CloudWatchLogsInitialPosition? initialPosition;