CloudWatchLogsConfiguration constructor

CloudWatchLogsConfiguration({
  1. bool? enabled,
  2. List<CloudWatchLogsLogStream>? logStreams,
})

Implementation

CloudWatchLogsConfiguration({
  this.enabled,
  this.logStreams,
});