AWS Kinesis · Schema

GetSignalingChannelEndpointOutput

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
ResourceEndpointList object
View JSON Schema on GitHub

JSON Schema

kinesis-getsignalingchannelendpointoutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetSignalingChannelEndpointOutput",
  "title": "GetSignalingChannelEndpointOutput",
  "type": "object",
  "properties": {
    "ResourceEndpointList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceEndpointList"
        },
        {
          "description": "A list of endpoints for the specified signaling channel."
        }
      ]
    }
  }
}