kinesis_list_streams: Lists your Kinesis data streams

View source: R/kinesis_operations.R

kinesis_list_streamsR Documentation

Lists your Kinesis data streams

Description

Lists your Kinesis data streams.

See https://www.paws-r-sdk.com/docs/kinesis_list_streams/ for full documentation.

Usage

kinesis_list_streams(
  Limit = NULL,
  ExclusiveStartStreamName = NULL,
  NextToken = NULL
)

Arguments

Limit

The maximum number of streams to list. The default value is 100. If you specify a value greater than 100, at most 100 results are returned.

ExclusiveStartStreamName

The name of the stream to start the list with.

NextToken

paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.