View a markdown version of this page

IteratorDescription - Amazon Keyspaces

IteratorDescription

Provides information about the current iterator.

Contents

iteratorPosition

Indicates the current iterator's position within the shard. The possible values are:

  • AT_TIP - No more records are currently available.

  • BEHIND_TIP - Additional records may be available.

Stream progresses in absence of customer records. BEHIND_TIP with an empty changeRecords list indicates the stream is progressing but no customer records are available at this position. Continue polling normally.

Type: String

Valid Values: AT_TIP | BEHIND_TIP

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: