Postgresql Source Config Args
data class PostgresqlSourceConfigArgs(val excludeObjects: Output<PostgresqlRdbmsArgs>? = null, val includeObjects: Output<PostgresqlRdbmsArgs>? = null, val maxConcurrentBackfillTasks: Output<Int>? = null, val publication: Output<String>, val replicationSlot: Output<String>) : ConvertibleToJava<PostgresqlSourceConfigArgs>
PostgreSQL data source configuration
Constructors
Link copied to clipboard
fun PostgresqlSourceConfigArgs(excludeObjects: Output<PostgresqlRdbmsArgs>? = null, includeObjects: Output<PostgresqlRdbmsArgs>? = null, maxConcurrentBackfillTasks: Output<Int>? = null, publication: Output<String>, replicationSlot: Output<String>)