KinesisSettings constructor

KinesisSettings({
  1. bool? includeControlDetails,
  2. bool? includeNullAndEmpty,
  3. bool? includePartitionValue,
  4. bool? includeTableAlterOperations,
  5. bool? includeTransactionDetails,
  6. MessageFormatValue? messageFormat,
  7. bool? partitionIncludeSchemaTable,
  8. String? serviceAccessRoleArn,
  9. String? streamArn,
})

Implementation

KinesisSettings({
  this.includeControlDetails,
  this.includeNullAndEmpty,
  this.includePartitionValue,
  this.includeTableAlterOperations,
  this.includeTransactionDetails,
  this.messageFormat,
  this.partitionIncludeSchemaTable,
  this.serviceAccessRoleArn,
  this.streamArn,
});