CloudwatchLogsExportConfiguration constructor

CloudwatchLogsExportConfiguration({
  1. List<String>? disableLogTypes,
  2. List<String>? enableLogTypes,
})

Implementation

CloudwatchLogsExportConfiguration({
  this.disableLogTypes,
  this.enableLogTypes,
});