AwsRdsPendingCloudWatchLogsExports constructor

AwsRdsPendingCloudWatchLogsExports({
  1. List<String>? logTypesToDisable,
  2. List<String>? logTypesToEnable,
})

Implementation

AwsRdsPendingCloudWatchLogsExports({
  this.logTypesToDisable,
  this.logTypesToEnable,
});