Backfill All Strategy Args
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)