AwsKinesis constructor

AwsKinesis({
  1. String? awsRoleArn,
  2. String? consumerArn,
  3. String? gcpServiceAccount,
  4. String? state,
  5. String? streamArn,
})

Implementation

AwsKinesis({
  this.awsRoleArn,
  this.consumerArn,
  this.gcpServiceAccount,
  this.state,
  this.streamArn,
});