TaskArgs

data class TaskArgs(val description: Output<String>? = null, val displayName: Output<String>? = null, val executionSpec: Output<GoogleCloudDataplexV1TaskExecutionSpecArgs>? = null, val labels: Output<Map<String, String>>? = null, val lakeId: Output<String>? = null, val location: Output<String>? = null, val notebook: Output<GoogleCloudDataplexV1TaskNotebookTaskConfigArgs>? = null, val project: Output<String>? = null, val spark: Output<GoogleCloudDataplexV1TaskSparkTaskConfigArgs>? = null, val taskId: Output<String>? = null, val triggerSpec: Output<GoogleCloudDataplexV1TaskTriggerSpecArgs>? = null) : ConvertibleToJava<TaskArgs>

Creates a task resource within a lake. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
fun TaskArgs(description: Output<String>? = null, displayName: Output<String>? = null, executionSpec: Output<GoogleCloudDataplexV1TaskExecutionSpecArgs>? = null, labels: Output<Map<String, String>>? = null, lakeId: Output<String>? = null, location: Output<String>? = null, notebook: Output<GoogleCloudDataplexV1TaskNotebookTaskConfigArgs>? = null, project: Output<String>? = null, spark: Output<GoogleCloudDataplexV1TaskSparkTaskConfigArgs>? = null, taskId: Output<String>? = null, triggerSpec: Output<GoogleCloudDataplexV1TaskTriggerSpecArgs>? = null)

Functions

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

Properties

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

Optional. Description of the task.

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

Optional. User friendly display name.

Link copied to clipboard

Spec related to how a task is executed.

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

Optional. User-defined labels for the task.

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

Config related to running scheduled Notebooks.

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

Config related to running custom Spark tasks.

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

Required. Task identifier.

Link copied to clipboard

Spec related to how often and when a task should be triggered.