FirehoseAction class
Sends information about the detector model instance and the event that triggered the action to an Amazon Kinesis Data Firehose delivery stream.
Constructors
- FirehoseAction({required String deliveryStreamName, Payload? payload, String? separator})
-
FirehoseAction.fromJson(Map<
String, dynamic> json) -
factory
Properties
- deliveryStreamName → String
-
The name of the Kinesis Data Firehose delivery stream where the data is
written.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- payload → Payload?
-
You can configure the action payload when you send a message to an Amazon
Kinesis Data Firehose delivery stream.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- separator → String?
-
A character separator that is used to separate records written to the
Kinesis Data Firehose delivery 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