StreamSession - Amazon IVS

StreamSession

Object that captures the Amazon IVS configuration that the customer provisioned, the ingest configurations that the broadcaster used, and the most recent Amazon IVS stream events it encountered.

Contents

channel

The properties of the channel at the time of going live.

Type: Channel object

Required: No

endTime

Time when the channel went offline. This is an ISO 8601 timestamp; note that this is returned as a string. For live streams, this is NULL.

Type: Timestamp

Required: No

ingestConfiguration

The properties of the incoming RTMP stream for the stream.

Type: IngestConfiguration object

Required: No

recordingConfiguration

The properties of recording the live stream.

Type: RecordingConfiguration object

Required: No

startTime

Time when the channel went live. This is an ISO 8601 timestamp; note that this is returned as a string.

Type: Timestamp

Required: No

streamId

Unique identifier for a live or previously live stream in the specified channel.

Type: String

Length Constraints: Fixed length of 26.

Pattern: ^st-[a-zA-Z0-9]+$

Required: No

truncatedEvents

List of Amazon IVS events that the stream encountered. The list is sorted by most recent events and contains up to 500 events. For Amazon IVS events, see Using Amazon EventBridge with Amazon IVS.

Type: Array of StreamEvent objects

Array Members: Minimum number of 0 items. Maximum number of 500 items.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: