GetUserTablesSqlTaskInputArgs

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>>)

Properties

Link copied to clipboard

Connection information for SQL Server

Link copied to clipboard
val encryptedKeyForSecureFields: Output<String>? = null

encrypted key for secure fields

Link copied to clipboard

List of database names to collect tables for

Functions

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