startingPositionTimestamp property

Output<String?> startingPositionTimestamp
latefinal

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

late final pulumi.Output<String?> startingPositionTimestamp;