Google Cloud Dataplex V1Task Notebook Task Config Args
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
Link copied to clipboard
fun GoogleCloudDataplexV1TaskNotebookTaskConfigArgs(archiveUris: Output<List<String>>? = null, fileUris: Output<List<String>>? = null, infrastructureSpec: Output<GoogleCloudDataplexV1TaskInfrastructureSpecArgs>? = null, notebook: Output<String>)