Task Args
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
constructor(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)
Properties
Link copied to clipboard
Optional. Description of the task.
Link copied to clipboard
Optional. User friendly display name.
Link copied to clipboard
Spec related to how a task is executed.
Link copied to clipboard
Config related to running scheduled Notebooks.
Link copied to clipboard
Config related to running custom Spark tasks.
Link copied to clipboard
Spec related to how often and when a task should be triggered.