CreateStreamRequest

Types

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

Properties

Link copied to clipboard

The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType, see Naming Requirements for guidelines.

Link copied to clipboard

A name for the stream that you are creating.

Link copied to clipboard

A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).

Functions

Link copied to clipboard
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