StreamInfo

An object describing a Kinesis video stream.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A time stamp that indicates when the stream was created.

Link copied to clipboard

How long the stream retains data, in hours.

Link copied to clipboard

The name of the device that is associated with the stream.

Link copied to clipboard

The ID of the Key Management Service (KMS) key that Kinesis Video Streams uses to encrypt data on the stream.

Link copied to clipboard

The MediaType of the stream.

Link copied to clipboard

The status of the stream.

Link copied to clipboard

The Amazon Resource Name (ARN) of the stream.

Link copied to clipboard

The name of the stream.

Link copied to clipboard

The version of the stream.

Functions

Link copied to clipboard
inline fun copy(block: StreamInfo.Builder.() -> Unit = {}): StreamInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String