StreamSourceConfigArgs

data class StreamSourceConfigArgs(val mysqlSourceConfig: Output<StreamSourceConfigMysqlSourceConfigArgs>, val sourceConnectionProfile: Output<String>) : ConvertibleToJava<StreamSourceConfigArgs>

Constructors

Link copied to clipboard
fun StreamSourceConfigArgs(mysqlSourceConfig: Output<StreamSourceConfigMysqlSourceConfigArgs>, 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

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