OracleSourceConfigArgs

fun OracleSourceConfigArgs(dropLargeObjects: Output<DropLargeObjectsArgs>? = null, excludeObjects: Output<OracleRdbmsArgs>? = null, includeObjects: Output<OracleRdbmsArgs>? = null, maxConcurrentBackfillTasks: Output<Int>? = null, maxConcurrentCdcTasks: Output<Int>? = null, streamLargeObjects: Output<StreamLargeObjectsArgs>? = null)