StreamBackfillAllArgs

data class StreamBackfillAllArgs(val mysqlExcludedObjects: Output<StreamBackfillAllMysqlExcludedObjectsArgs>? = null, val oracleExcludedObjects: Output<StreamBackfillAllOracleExcludedObjectsArgs>? = null, val postgresqlExcludedObjects: Output<StreamBackfillAllPostgresqlExcludedObjectsArgs>? = null, val sqlServerExcludedObjects: Output<StreamBackfillAllSqlServerExcludedObjectsArgs>? = null) : ConvertibleToJava<StreamBackfillAllArgs>

Constructors

Link copied to clipboard
constructor(mysqlExcludedObjects: Output<StreamBackfillAllMysqlExcludedObjectsArgs>? = null, oracleExcludedObjects: Output<StreamBackfillAllOracleExcludedObjectsArgs>? = null, postgresqlExcludedObjects: Output<StreamBackfillAllPostgresqlExcludedObjectsArgs>? = null, sqlServerExcludedObjects: Output<StreamBackfillAllSqlServerExcludedObjectsArgs>? = null)

Properties

Link copied to clipboard

MySQL data source objects to avoid backfilling. Structure is documented below.

Link copied to clipboard

PostgreSQL data source objects to avoid backfilling. Structure is documented below.

Link copied to clipboard

PostgreSQL data source objects to avoid backfilling. Structure is documented below.

Link copied to clipboard

SQL Server data source objects to avoid backfilling. Structure is documented below.

Functions

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