StreamingConfiguration class
The streaming configuration associated with an Amazon Chime Voice Connector. Specifies whether media streaming is enabled for sending to Amazon Kinesis, and shows the retention period for the Amazon Kinesis data, in hours.
Constructors
-
StreamingConfiguration.new({required int dataRetentionInHours, bool? disabled, List<
StreamingNotificationTarget> ? streamingNotificationTargets}) -
StreamingConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dataRetentionInHours → int
-
The retention period, in hours, for the Amazon Kinesis data.
final
- disabled → bool?
-
When true, media streaming to Amazon Kinesis is turned off.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
streamingNotificationTargets
→ List<
StreamingNotificationTarget> ? -
The streaming notification targets.
final
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