kinesis_get_shard_iterator: Gets an Amazon Kinesis shard iterator

View source: R/kinesis.R

kinesis_get_shard_iteratorR Documentation

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

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis.Client.get_shard_iterator

See Also

kinesis_get_records


botor documentation built on March 31, 2023, 9:53 p.m.