SourceConfigArgs

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>)

Functions

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

Properties

Link copied to clipboard

MySQL data source configuration.

Link copied to clipboard

Oracle data source configuration.

Link copied to clipboard

PostgreSQL data source configuration.

Link copied to clipboard

Source connection profile resoource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}