startingPosition

@JvmName(name = "bonjvipwqdjjhuno")
suspend fun startingPosition(value: Output<String>)
@JvmName(name = "dxlcwxndvuakylnj")
suspend fun startingPosition(value: String?)

Parameters

value

The position in a stream from which to start reading. Required for Amazon Kinesis and Amazon DynamoDB.

  • LATEST - Read only new records.

  • TRIM_HORIZON - Process all available records.

  • AT_TIMESTAMP - Specify a time from which to start reading records.