AWS Kinesis · Schema

DescribeStreamConsumerOutput

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
ConsumerDescription object
View JSON Schema on GitHub

JSON Schema

kinesis-describestreamconsumeroutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DescribeStreamConsumerOutput",
  "title": "DescribeStreamConsumerOutput",
  "type": "object",
  "required": [
    "ConsumerDescription"
  ],
  "properties": {
    "ConsumerDescription": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConsumerDescription"
        },
        {
          "description": "An object that represents the details of the consumer."
        }
      ]
    }
  }
}