Stream Backfill All Args
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
fun StreamBackfillAllArgs(mysqlExcludedObjects: Output<StreamBackfillAllMysqlExcludedObjectsArgs>? = null, oracleExcludedObjects: Output<StreamBackfillAllOracleExcludedObjectsArgs>? = null, postgresqlExcludedObjects: Output<StreamBackfillAllPostgresqlExcludedObjectsArgs>? = null)