KinesisConfiguration class
The configuration settings of the Amazon Kinesis Data Streams destination for your Amazon QLDB journal stream.
Constructors
- KinesisConfiguration({required String streamArn, bool? aggregationEnabled})
-
KinesisConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- aggregationEnabled → bool?
-
Enables QLDB to publish multiple data records in a single Kinesis Data
Streams record. To learn more, see KPL
Key Concepts in the Amazon Kinesis Data Streams Developer Guide.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- streamArn → String
-
The Amazon Resource Name (ARN) of the Kinesis data stream resource.
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