AWS Kinesis · Schema

GetSignalingChannelEndpointInput

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

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

JSON Schema

kinesis-getsignalingchannelendpointinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetSignalingChannelEndpointInput",
  "title": "GetSignalingChannelEndpointInput",
  "type": "object",
  "required": [
    "ChannelARN"
  ],
  "properties": {
    "ChannelARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the signalling channel for which you want to get an endpoint."
        }
      ]
    },
    "SingleMasterChannelEndpointConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SingleMasterChannelEndpointConfiguration"
        },
        {
          "description": "A structure containing the endpoint configuration for the <code>SINGLE_MASTER</code> channel type."
        }
      ]
    }
  }
}