Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

kinesis_get_shard_iterator

Gets an Amazon Kinesis shard iterator


Description

Gets an Amazon Kinesis shard iterator

Usage

kinesis_get_shard_iterator(stream, shard,
  shard_iterator_type = c("TRIM_HORIZON", "LATEST", "AT_SEQUENCE_NUMBER",
  "AFTER_SEQUENCE_NUMBER", "AT_TIMESTAMP"), ...)

Arguments

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 StartingSequenceNumber or Timestamp

Value

list of ShardIterator

References

See Also


botor

'AWS Python SDK' ('boto3') for R

v0.3.0
AGPL-3
Authors
Gergely Daróczi [aut, cre] (<https://orcid.org/0000-0003-3149-8537>), System1 [fnd]
Initial release
2020-02-16

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.