LogConfigurations constructor

LogConfigurations({
  1. LogConfiguration? cloudwatch,
})

Implementation

LogConfigurations({
  this.cloudwatch,
});