GetStreamResult

data class GetStreamResult(val arn: String? = null, val dataRetentionInHours: Int? = null, val deviceName: String? = null, val kmsKeyId: String? = null, val mediaType: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, dataRetentionInHours: Int? = null, deviceName: String? = null, kmsKeyId: String? = null, mediaType: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the Kinesis Video stream.

Link copied to clipboard

The number of hours till which Kinesis Video will retain the data in the stream

Link copied to clipboard
val deviceName: String? = null

The name of the device that is writing to the stream.

Link copied to clipboard
val kmsKeyId: String? = null

AWS KMS key ID that Kinesis Video Streams uses to encrypt stream data.

Link copied to clipboard
val mediaType: String? = null

The media type of the stream. Consumers of the stream can use this information when processing the stream.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs associated with the Kinesis Video Stream.