Stream Source Config Args
data class StreamSourceConfigArgs(val mysqlSourceConfig: Output<StreamSourceConfigMysqlSourceConfigArgs>? = null, val oracleSourceConfig: Output<StreamSourceConfigOracleSourceConfigArgs>? = null, val postgresqlSourceConfig: Output<StreamSourceConfigPostgresqlSourceConfigArgs>? = null, val salesforceSourceConfig: Output<StreamSourceConfigSalesforceSourceConfigArgs>? = 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, salesforceSourceConfig: Output<StreamSourceConfigSalesforceSourceConfigArgs>? = 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
Salesforce 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.