Get User Tables Postgre Sql Task Input Args
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>>)