GetUserTablesPostgreSqlTaskInputArgs

data class GetUserTablesPostgreSqlTaskInputArgs(val connectionInfo: Output<PostgreSqlConnectionInfoArgs>, val selectedDatabases: Output<List<String>>) : ConvertibleToJava<GetUserTablesPostgreSqlTaskInputArgs>

Input for the task that gets the list of tables for a provided list of PostgreSQL databases.

Constructors

Link copied to clipboard
fun GetUserTablesPostgreSqlTaskInputArgs(connectionInfo: Output<PostgreSqlConnectionInfoArgs>, selectedDatabases: Output<List<String>>)

Functions

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

Properties

Link copied to clipboard

Information for connecting to PostgreSQL source

Link copied to clipboard

List of PostgreSQL databases for which to collect tables