StreamSourceConfigPostgresqlSourceConfigArgs

data class StreamSourceConfigPostgresqlSourceConfigArgs(val excludeObjects: Output<StreamSourceConfigPostgresqlSourceConfigExcludeObjectsArgs>? = null, val includeObjects: Output<StreamSourceConfigPostgresqlSourceConfigIncludeObjectsArgs>? = null, val maxConcurrentBackfillTasks: Output<Int>? = null, val publication: Output<String>, val replicationSlot: Output<String>) : ConvertibleToJava<StreamSourceConfigPostgresqlSourceConfigArgs>

Constructors

constructor(excludeObjects: Output<StreamSourceConfigPostgresqlSourceConfigExcludeObjectsArgs>? = null, includeObjects: Output<StreamSourceConfigPostgresqlSourceConfigIncludeObjectsArgs>? = null, maxConcurrentBackfillTasks: Output<Int>? = null, publication: Output<String>, replicationSlot: Output<String>)

Properties

Link copied to clipboard

PostgreSQL objects to exclude from the stream. Structure is documented below.

Link copied to clipboard

PostgreSQL objects to retrieve from the source. Structure is documented below.

Link copied to clipboard
val maxConcurrentBackfillTasks: Output<Int>? = null

Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.

Link copied to clipboard
val publication: Output<String>

The name of the publication that includes the set of all tables that are defined in the stream's include_objects.

Link copied to clipboard
val replicationSlot: Output<String>

The name of the logical replication slot that's configured with the pgoutput plugin.

Functions

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