RelationalDatabaseDataSourceConfig constructor
RelationalDatabaseDataSourceConfig({
- RdsHttpEndpointConfig? rdsHttpEndpointConfig,
- RelationalDatabaseSourceType? relationalDatabaseSourceType,
Implementation
RelationalDatabaseDataSourceConfig({
this.rdsHttpEndpointConfig,
this.relationalDatabaseSourceType,
});