AWS Kinesis · Schema

DescribeSignalingChannelInput

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
ChannelName object
ChannelARN object
View JSON Schema on GitHub

JSON Schema

kinesis-describesignalingchannelinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DescribeSignalingChannelInput",
  "title": "DescribeSignalingChannelInput",
  "type": "object",
  "properties": {
    "ChannelName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ChannelName"
        },
        {
          "description": "The name of the signaling channel that you want to describe."
        }
      ]
    },
    "ChannelARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceARN"
        },
        {
          "description": "The ARN of the signaling channel that you want to describe."
        }
      ]
    }
  }
}