Get User Tables Sql Task Input Args
data class GetUserTablesSqlTaskInputArgs(val connectionInfo: Output<SqlConnectionInfoArgs>, val encryptedKeyForSecureFields: Output<String>? = null, val selectedDatabases: Output<List<String>>) : ConvertibleToJava<GetUserTablesSqlTaskInputArgs>
Input for the task that collects user tables for the given list of databases
Constructors
Link copied to clipboard
constructor(connectionInfo: Output<SqlConnectionInfoArgs>, encryptedKeyForSecureFields: Output<String>? = null, selectedDatabases: Output<List<String>>)