BrokerLogs constructor
BrokerLogs({
- CloudWatchLogs? cloudWatchLogs,
- Firehose? firehose,
- S3? s3,
Implementation
BrokerLogs({
this.cloudWatchLogs,
this.firehose,
this.s3,
});