get_stream_details
Retrieves Kinesis and MSK streaming infrastructure details such as stream capacity mode, shard count, cluster state, and Kafka version for use in producer/consumer code or architecture review.
Instructions
Returns all Kinesis data streams (status, shard count, retention hours, encryption, capacity mode) and Amazon MSK clusters (state, cluster type, Kafka version, broker count). Call this when writing Kinesis producer or consumer code, checking whether a stream is PROVISIONED or ON_DEMAND before writing PutRecord calls, or reviewing streaming architecture. For Kafka topic-level producer/consumer mappings extracted from application code, use get_topic_details instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||