Ivs Stream Example

Live StreamingMediaVideoReal-Time

Ivs Stream Example is an example object payload from Amazon Interactive Video Service, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

channelArnhealthplaybackUrlstartTimestatestreamIdviewerCount

Example Payload

Raw ↑
{
  "channelArn": "arn:aws:iot:us-east-1:123456789012:thing/example",
  "health": "example-value",
  "playbackUrl": "https://example.com/path",
  "startTime": "2025-03-15T14:30:00Z",
  "state": "example-value",
  "streamId": "id-abc123",
  "viewerCount": "example-value"
}