ConnectToTargetSqlDbTaskPropertiesArgs

data class ConnectToTargetSqlDbTaskPropertiesArgs(val clientData: Output<Map<String, String>>? = null, val createdOn: Output<String>? = null, val input: Output<ConnectToTargetSqlDbTaskInputArgs>? = null, val taskType: Output<String>) : ConvertibleToJava<ConnectToTargetSqlDbTaskPropertiesArgs>

Properties for the task that validates connection to SQL DB and target server requirements

Constructors

Link copied to clipboard
constructor(clientData: Output<Map<String, String>>? = null, createdOn: Output<String>? = null, input: Output<ConnectToTargetSqlDbTaskInputArgs>? = null, taskType: Output<String>)

Properties

Link copied to clipboard
val clientData: Output<Map<String, String>>? = null

Key value pairs of client data to attach meta data information to task

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

DateTime in UTC when the task was created

Link copied to clipboard

Task input

Link copied to clipboard
val taskType: Output<String>

Task type. Expected value is 'ConnectToTarget.SqlDb'.

Functions

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