BackfillAllStrategyArgs

data class BackfillAllStrategyArgs(val mysqlExcludedObjects: Output<MysqlRdbmsArgs>? = null, val oracleExcludedObjects: Output<OracleRdbmsArgs>? = null, val postgresqlExcludedObjects: Output<PostgresqlRdbmsArgs>? = 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, postgresqlExcludedObjects: Output<PostgresqlRdbmsArgs>? = 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.

Link copied to clipboard

PostgreSQL data source objects to avoid backfilling.