GetUserTablesSqlTaskPropertiesArgs

data class GetUserTablesSqlTaskPropertiesArgs(val input: Output<GetUserTablesSqlTaskInputArgs>? = null, val taskType: Output<String>) : ConvertibleToJava<GetUserTablesSqlTaskPropertiesArgs>

Properties for the task that collects user tables for the given list of databases

Constructors

Link copied to clipboard
constructor(input: Output<GetUserTablesSqlTaskInputArgs>? = null, taskType: Output<String>)

Properties

Link copied to clipboard

Task input

Link copied to clipboard
val taskType: Output<String>

Task type. Expected value is 'GetUserTables.Sql'.

Functions

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