SourceConfigResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

MySQL data source configuration

Link copied to clipboard

Oracle data source configuration

Link copied to clipboard

Source connection profile identifier.