KinesisVideoStreamConfig class

Configuration information of a Kinesis video stream.

Constructors

KinesisVideoStreamConfig({required EncryptionConfig encryptionConfig, required String prefix, required int retentionPeriodHours})
KinesisVideoStreamConfig.fromJson(Map<String, dynamic> json)
factory

Properties

encryptionConfig EncryptionConfig
The encryption configuration.
final
hashCode int
The hash code for this object.
no setterinherited
prefix String
The prefix of the video stream.
final
retentionPeriodHours int
The number of hours data is retained in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited