StreamBackfillAllArgs

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

Constructors

Link copied to clipboard
constructor(mysqlExcludedObjects: Output<StreamBackfillAllMysqlExcludedObjectsArgs>? = null, oracleExcludedObjects: Output<StreamBackfillAllOracleExcludedObjectsArgs>? = null, postgresqlExcludedObjects: Output<StreamBackfillAllPostgresqlExcludedObjectsArgs>? = 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.

Functions

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