AwsKinesis class

Ingestion settings for Amazon Kinesis Data Streams.

Constructors

AwsKinesis({String? awsRoleArn, String? consumerArn, String? gcpServiceAccount, String? state, String? streamArn})
AwsKinesis.fromJson(Map json_)

Properties

awsRoleArn String?
AWS role ARN to be used for Federated Identity authentication with Kinesis.
getter/setter pair
consumerArn String?
The Kinesis consumer ARN to used for ingestion in Enhanced Fan-Out mode.
getter/setter pair
gcpServiceAccount String?
The GCP service account to be used for Federated Identity authentication with Kinesis (via a AssumeRoleWithWebIdentity call for the provided role).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
An output-only field that indicates the state of the Kinesis ingestion source.
getter/setter pair
streamArn String?
The Kinesis stream ARN to ingest data from.
getter/setter pair

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