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