S3LogsConfig constructor

S3LogsConfig({
  1. required LogsConfigStatusType status,
  2. bool? encryptionDisabled,
  3. String? location,
})

Implementation

S3LogsConfig({
  required this.status,
  this.encryptionDisabled,
  this.location,
});