Stream Source Config Mysql Source Config Args
data class StreamSourceConfigMysqlSourceConfigArgs(val excludeObjects: Output<StreamSourceConfigMysqlSourceConfigExcludeObjectsArgs>? = null, val includeObjects: Output<StreamSourceConfigMysqlSourceConfigIncludeObjectsArgs>? = null, val maxConcurrentBackfillTasks: Output<Int>? = null, val maxConcurrentCdcTasks: Output<Int>? = null) : ConvertibleToJava<StreamSourceConfigMysqlSourceConfigArgs>
Constructors
Link copied to clipboard
fun StreamSourceConfigMysqlSourceConfigArgs(excludeObjects: Output<StreamSourceConfigMysqlSourceConfigExcludeObjectsArgs>? = null, includeObjects: Output<StreamSourceConfigMysqlSourceConfigIncludeObjectsArgs>? = null, maxConcurrentBackfillTasks: Output<Int>? = null, maxConcurrentCdcTasks: Output<Int>? = null)