exclude Objects
suspend fun excludeObjects(value: Output<StreamSourceConfigPostgresqlSourceConfigExcludeObjectsArgs>)
Parameters
value
PostgreSQL objects to exclude from the stream. Structure is documented below.
suspend fun excludeObjects(argument: suspend StreamSourceConfigPostgresqlSourceConfigExcludeObjectsArgsBuilder.() -> Unit)
Parameters
argument
PostgreSQL objects to exclude from the stream. Structure is documented below.