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
constructor(mysqlSourceConfig: Output<MysqlSourceConfigArgs>? = null, oracleSourceConfig: Output<OracleSourceConfigArgs>? = null, postgresqlSourceConfig: Output<PostgresqlSourceConfigArgs>? = null, sourceConnectionProfile: Output<String>)
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}