Ivs Stop Stream Request Structure

StopStreamRequest schema

Type: object Properties: 1 Required: 1
Live StreamingMediaVideoReal-Time

StopStreamRequest is a JSON Structure definition published by Amazon Interactive Video Service, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

channelArn

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-interactive-video-service/refs/heads/main/json-structure/ivs-stop-stream-request-structure.json",
  "name": "StopStreamRequest",
  "description": "StopStreamRequest schema",
  "type": "object",
  "properties": {
    "channelArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ChannelArn"
        },
        {
          "description": "ARN of the channel for which the stream is to be stopped."
        }
      ]
    }
  },
  "required": [
    "channelArn"
  ]
}