AwsMsk class
Ingestion settings for Amazon MSK.
Constructors
- AwsMsk.new({String? awsRoleArn, String? clusterArn, String? gcpServiceAccount, String? state, String? topic})
- AwsMsk.fromJson(Map json_)
Properties
- awsRoleArn ↔ String?
-
AWS role ARN to be used for Federated Identity authentication with Amazon
MSK.
getter/setter pair
- clusterArn ↔ String?
-
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
getter/setter pair
- gcpServiceAccount ↔ String?
-
The GCP service account to be used for Federated Identity authentication
with Amazon MSK (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 Amazon MSK ingestion
source.
getter/setter pair
- topic ↔ String?
-
The name of the topic in the Amazon MSK cluster that Pub/Sub will import
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