AwsMsk constructor

AwsMsk({
  1. String? awsRoleArn,
  2. String? clusterArn,
  3. String? gcpServiceAccount,
  4. String? state,
  5. String? topic,
})

Implementation

AwsMsk({
  this.awsRoleArn,
  this.clusterArn,
  this.gcpServiceAccount,
  this.state,
  this.topic,
});