kinesis_get_shard_iterator | R Documentation |
Gets an Amazon Kinesis shard iterator
kinesis_get_shard_iterator(
stream,
shard,
shard_iterator_type = c("TRIM_HORIZON", "LATEST", "AT_SEQUENCE_NUMBER",
"AFTER_SEQUENCE_NUMBER", "AT_TIMESTAMP"),
...
)
stream |
the name of the stream to describe |
shard |
the shard ID of the Kinesis Data Streams shard to get the iterator for |
shard_iterator_type |
determines how the shard iterator is used to start reading data records from the shard |
... |
optional further parameters, such as
|
list of ShardIterator
kinesis_get_records
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.