LogPublishingOption constructor

LogPublishingOption({
  1. String? cloudWatchLogsLogGroupArn,
  2. bool? enabled,
})

Implementation

LogPublishingOption({
  this.cloudWatchLogsLogGroupArn,
  this.enabled,
});