Source Config Response
data class SourceConfigResponse(val mysqlSourceConfig: MysqlSourceConfigResponse, val oracleSourceConfig: OracleSourceConfigResponse, val sourceConnectionProfileName: String)
The configuration of the stream source.
Constructors
Link copied to clipboard
constructor(mysqlSourceConfig: MysqlSourceConfigResponse, oracleSourceConfig: OracleSourceConfigResponse, sourceConnectionProfileName: String)