LogGroup constructor

LogGroup({
  1. String? arn,
  2. int? creationTime,
  3. String? kmsKeyId,
  4. String? logGroupName,
  5. int? metricFilterCount,
  6. int? retentionInDays,
  7. int? storedBytes,
})

Implementation

LogGroup({
  this.arn,
  this.creationTime,
  this.kmsKeyId,
  this.logGroupName,
  this.metricFilterCount,
  this.retentionInDays,
  this.storedBytes,
});