FirehoseAction class
Describes an action that writes data to an Amazon Kinesis Firehose stream.
Constructors
- FirehoseAction({required String deliveryStreamName, required String roleArn, bool? batchMode, String? separator})
-
FirehoseAction.fromJson(Map<
String, dynamic> json) -
factory
Properties
- batchMode → bool?
-
Whether to deliver the Kinesis Data Firehose stream as a batch by using
PutRecordBatch
. The default value isfalse
.final - deliveryStreamName → String
-
The delivery stream name.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- roleArn → String
-
The IAM role that grants access to the Amazon Kinesis Firehose stream.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- separator → String?
-
A character separator that will be used to separate records written to the
Firehose stream. Valid values are: '\n' (newline), '\t' (tab), '\r\n'
(Windows newline), ',' (comma).
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