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
constructor(connectionInfo: Output<PostgreSqlConnectionInfoArgs>, selectedDatabases: Output<List<String>>)

Properties

Link copied to clipboard

Information for connecting to PostgreSQL source

Link copied to clipboard

List of PostgreSQL databases for which to collect tables

Functions

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