StreamSourceConfigArgs

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

Constructors

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

Functions

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

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}