kinesis_describe_stream_summary {paws.analytics} | R Documentation |
Provides a summarized description of the specified Kinesis data stream without the shard list
Description
Provides a summarized description of the specified Kinesis data stream without the shard list.
See https://www.paws-r-sdk.com/docs/kinesis_describe_stream_summary/ for full documentation.
Usage
kinesis_describe_stream_summary(StreamName = NULL, StreamARN = NULL)
Arguments
StreamName |
The name of the stream to describe. |
StreamARN |
The ARN of the stream. |
[Package paws.analytics version 0.7.0 Index]