FirehoseAction constructor

FirehoseAction({
  1. required String deliveryStreamName,
  2. required String roleArn,
  3. bool? batchMode,
  4. String? separator,
})

Implementation

FirehoseAction({
  required this.deliveryStreamName,
  required this.roleArn,
  this.batchMode,
  this.separator,
});