BrokerLogs constructor

BrokerLogs({
  1. CloudWatchLogs? cloudWatchLogs,
  2. Firehose? firehose,
  3. S3? s3,
})

Implementation

BrokerLogs({
  this.cloudWatchLogs,
  this.firehose,
  this.s3,
});