GoogleCloudDataplexV1TaskNotebookTaskConfigArgs

data class GoogleCloudDataplexV1TaskNotebookTaskConfigArgs(val archiveUris: Output<List<String>>? = null, val fileUris: Output<List<String>>? = null, val infrastructureSpec: Output<GoogleCloudDataplexV1TaskInfrastructureSpecArgs>? = null, val notebook: Output<String>) : ConvertibleToJava<GoogleCloudDataplexV1TaskNotebookTaskConfigArgs>

Config for running scheduled notebooks.

Constructors

fun GoogleCloudDataplexV1TaskNotebookTaskConfigArgs(archiveUris: Output<List<String>>? = null, fileUris: Output<List<String>>? = null, infrastructureSpec: Output<GoogleCloudDataplexV1TaskInfrastructureSpecArgs>? = null, notebook: Output<String>)

Functions

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

Properties

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

Optional. Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.

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

Optional. Cloud Storage URIs of files to be placed in the working directory of each executor.

Link copied to clipboard

Optional. Infrastructure specification for the execution.

Link copied to clipboard
val notebook: Output<String>

Path to input notebook. This can be the Cloud Storage URI of the notebook file or the path to a Notebook Content. The execution args are accessible as environment variables (TASK_key=value).