StreamSourceConfig

data class StreamSourceConfig(val mysqlSourceConfig: StreamSourceConfigMysqlSourceConfig, val sourceConnectionProfile: String)

Constructors

Link copied to clipboard
fun StreamSourceConfig(mysqlSourceConfig: StreamSourceConfigMysqlSourceConfig, sourceConnectionProfile: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

MySQL data source configuration. Structure is documented below.

Link copied to clipboard

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