StreamSourceConfigMysqlSourceConfigArgs

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
constructor(excludeObjects: Output<StreamSourceConfigMysqlSourceConfigExcludeObjectsArgs>? = null, includeObjects: Output<StreamSourceConfigMysqlSourceConfigIncludeObjectsArgs>? = null, maxConcurrentBackfillTasks: Output<Int>? = null, maxConcurrentCdcTasks: Output<Int>? = null)

Properties

Link copied to clipboard

MySQL objects to exclude from the stream. Structure is documented below.

Link copied to clipboard

MySQL objects to retrieve from the source. Structure is documented below.

Link copied to clipboard
val maxConcurrentBackfillTasks: Output<Int>? = null

Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.

Link copied to clipboard
val maxConcurrentCdcTasks: Output<Int>? = null

Maximum number of concurrent CDC tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.

Functions

Link copied to clipboard
open override fun toJava(): StreamSourceConfigMysqlSourceConfigArgs