startingPositionTimestamp property

Input<String?>? startingPositionTimestamp
final

Timestamp in RFC3339 format of the data record which to start reading when using startingPosition set to AT_TIMESTAMP. If a record with this exact timestamp does not exist, the next later record is chosen. If the timestamp is older than the current trim horizon, the oldest available record is chosen.

Implementation

final pulumi.Input<String?>? startingPositionTimestamp;