BackfillAllStrategyArgs

data class BackfillAllStrategyArgs(val mysqlExcludedObjects: Output<MysqlRdbmsArgs>? = null, val oracleExcludedObjects: Output<OracleRdbmsArgs>? = null) : ConvertibleToJava<BackfillAllStrategyArgs>

Backfill strategy to automatically backfill the Stream's objects. Specific objects can be excluded.

Constructors

Link copied to clipboard
fun BackfillAllStrategyArgs(mysqlExcludedObjects: Output<MysqlRdbmsArgs>? = null, oracleExcludedObjects: Output<OracleRdbmsArgs>? = null)

Functions

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

Properties

Link copied to clipboard

MySQL data source objects to avoid backfilling.

Link copied to clipboard

Oracle data source objects to avoid backfilling.