Task

class Task : KotlinCustomResource

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

Properties

Link copied to clipboard
val createTime: Output<String>

The time when the task was created.

Link copied to clipboard
val description: Output<String>

Optional. Description of the task.

Link copied to clipboard
val displayName: Output<String>

Optional. User friendly display name.

Link copied to clipboard

Spec related to how a task is executed.

Link copied to clipboard

Status of the latest task executions.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

Optional. User-defined labels for the task.

Link copied to clipboard
val lakeId: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

The relative resource name of the task, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/ tasks/{task_id}.

Link copied to clipboard

Config related to running scheduled Notebooks.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Config related to running custom Spark tasks.

Link copied to clipboard
val state: Output<String>

Current state of the task.

Link copied to clipboard
val taskId: Output<String>

Required. Task identifier.

Link copied to clipboard

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

Link copied to clipboard
val uid: Output<String>

System generated globally unique ID for the task. This ID will be different if the task is deleted and re-created with the same name.

Link copied to clipboard
val updateTime: Output<String>

The time when the task was last updated.

Link copied to clipboard
val urn: Output<String>