Stream Source Config Args
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
constructor(mysqlSourceConfig: Output<StreamSourceConfigMysqlSourceConfigArgs>? = null, oracleSourceConfig: Output<StreamSourceConfigOracleSourceConfigArgs>? = null, postgresqlSourceConfig: Output<StreamSourceConfigPostgresqlSourceConfigArgs>? = null, sourceConnectionProfile: Output<String>)
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}