KinesisFirehoseDestination class
An object that contains information about an event destination that sends data to Amazon Kinesis Data Firehose.
Constructors
- KinesisFirehoseDestination({String? deliveryStreamArn, String? iamRoleArn})
-
KinesisFirehoseDestination.fromJson(Map<
String, dynamic> json) -
factory
Properties
- deliveryStreamArn → String?
-
The Amazon Resource Name (ARN) of an IAM role that can write data to an
Amazon Kinesis Data Firehose stream.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iamRoleArn → String?
-
The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose
destination that you want to use in the event destination.
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