GetUserTablesOracleTaskInputArgs

data class GetUserTablesOracleTaskInputArgs(val connectionInfo: Output<OracleConnectionInfoArgs>, val selectedSchemas: Output<List<String>>) : ConvertibleToJava<GetUserTablesOracleTaskInputArgs>

Input for the task that gets the list of tables contained within a provided list of Oracle schemas.

Constructors

Link copied to clipboard
constructor(connectionInfo: Output<OracleConnectionInfoArgs>, selectedSchemas: Output<List<String>>)

Properties

Link copied to clipboard

Information for connecting to Oracle source

Link copied to clipboard

List of Oracle schemas for which to collect tables

Functions

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