RelationalDatabaseDataSourceConfig constructor

RelationalDatabaseDataSourceConfig({
  1. RdsHttpEndpointConfig? rdsHttpEndpointConfig,
  2. RelationalDatabaseSourceType? relationalDatabaseSourceType,
})

Implementation

RelationalDatabaseDataSourceConfig({
  this.rdsHttpEndpointConfig,
  this.relationalDatabaseSourceType,
});