SourceConfigArgs

data class SourceConfigArgs(val mysqlSourceConfig: Output<MysqlSourceConfigArgs>? = null, val oracleSourceConfig: Output<OracleSourceConfigArgs>? = null, val sourceConnectionProfileName: Output<String>) : ConvertibleToJava<SourceConfigArgs>

The configuration of the stream source.

Constructors

Link copied to clipboard
constructor(mysqlSourceConfig: Output<MysqlSourceConfigArgs>? = null, oracleSourceConfig: Output<OracleSourceConfigArgs>? = null, sourceConnectionProfileName: Output<String>)

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.

Functions

Link copied to clipboard
open override fun toJava(): SourceConfigArgs