AWS Kinesis · Schema

DescribeSignalingChannelOutput

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
ChannelInfo object
View JSON Schema on GitHub

JSON Schema

kinesis-describesignalingchanneloutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DescribeSignalingChannelOutput",
  "title": "DescribeSignalingChannelOutput",
  "type": "object",
  "properties": {
    "ChannelInfo": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ChannelInfo"
        },
        {
          "description": "A structure that encapsulates the specified signaling channel's metadata and properties."
        }
      ]
    }
  }
}