Stream Source Config Oracle Source Config Args
data class StreamSourceConfigOracleSourceConfigArgs(val dropLargeObjects: Output<StreamSourceConfigOracleSourceConfigDropLargeObjectsArgs>? = null, val excludeObjects: Output<StreamSourceConfigOracleSourceConfigExcludeObjectsArgs>? = null, val includeObjects: Output<StreamSourceConfigOracleSourceConfigIncludeObjectsArgs>? = null, val maxConcurrentBackfillTasks: Output<Int>? = null, val maxConcurrentCdcTasks: Output<Int>? = null, val streamLargeObjects: Output<StreamSourceConfigOracleSourceConfigStreamLargeObjectsArgs>? = null) : ConvertibleToJava<StreamSourceConfigOracleSourceConfigArgs>
Constructors
Link copied to clipboard
fun StreamSourceConfigOracleSourceConfigArgs(dropLargeObjects: Output<StreamSourceConfigOracleSourceConfigDropLargeObjectsArgs>? = null, excludeObjects: Output<StreamSourceConfigOracleSourceConfigExcludeObjectsArgs>? = null, includeObjects: Output<StreamSourceConfigOracleSourceConfigIncludeObjectsArgs>? = null, maxConcurrentBackfillTasks: Output<Int>? = null, maxConcurrentCdcTasks: Output<Int>? = null, streamLargeObjects: Output<StreamSourceConfigOracleSourceConfigStreamLargeObjectsArgs>? = null)