AWS Kinesis · Schema

DescribeStreamOutput

Represents the output for DescribeStream.

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
StreamDescription object
View JSON Schema on GitHub

JSON Schema

kinesis-describestreamoutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DescribeStreamOutput",
  "title": "DescribeStreamOutput",
  "type": "object",
  "required": [
    "StreamDescription"
  ],
  "properties": {
    "StreamDescription": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StreamDescription"
        },
        {
          "description": "The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available."
        }
      ]
    }
  },
  "description": "Represents the output for <code>DescribeStream</code>."
}