StreamSourceConfigArgs

data class StreamSourceConfigArgs(val mysqlSourceConfig: Output<StreamSourceConfigMysqlSourceConfigArgs>? = null, val oracleSourceConfig: Output<StreamSourceConfigOracleSourceConfigArgs>? = null, val postgresqlSourceConfig: Output<StreamSourceConfigPostgresqlSourceConfigArgs>? = null, val sourceConnectionProfile: Output<String>, val sqlServerSourceConfig: Output<StreamSourceConfigSqlServerSourceConfigArgs>? = null) : ConvertibleToJava<StreamSourceConfigArgs>

Constructors

Link copied to clipboard
constructor(mysqlSourceConfig: Output<StreamSourceConfigMysqlSourceConfigArgs>? = null, oracleSourceConfig: Output<StreamSourceConfigOracleSourceConfigArgs>? = null, postgresqlSourceConfig: Output<StreamSourceConfigPostgresqlSourceConfigArgs>? = null, sourceConnectionProfile: Output<String>, sqlServerSourceConfig: Output<StreamSourceConfigSqlServerSourceConfigArgs>? = null)

Properties

Link copied to clipboard

MySQL data source configuration. Structure is documented below.

Link copied to clipboard

MySQL data source configuration. Structure is documented below.

Link copied to clipboard

PostgreSQL data source configuration. Structure is documented below.

Link copied to clipboard

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

Link copied to clipboard

SQL Server data source configuration. Structure is documented below.

Functions

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