Source Config Args
data class SourceConfigArgs(val mysqlSourceConfig: Output<MysqlSourceConfigArgs>? = null, val oracleSourceConfig: Output<OracleSourceConfigArgs>? = null, val postgresqlSourceConfig: Output<PostgresqlSourceConfigArgs>? = null, val sourceConnectionProfile: Output<String>) : ConvertibleToJava<SourceConfigArgs>
The configuration of the stream source.
Constructors
Link copied to clipboard
fun SourceConfigArgs(mysqlSourceConfig: Output<MysqlSourceConfigArgs>? = null, oracleSourceConfig: Output<OracleSourceConfigArgs>? = null, postgresqlSourceConfig: Output<PostgresqlSourceConfigArgs>? = null, sourceConnectionProfile: Output<String>)