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