Class DataplexTaskNotebook.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataplex_task.DataplexTaskNotebook.Jsii$Proxy
-
- All Implemented Interfaces:
DataplexTaskNotebook,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataplexTaskNotebook
@Stability(Stable) @Internal public static final class DataplexTaskNotebook.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataplexTaskNotebook
An implementation forDataplexTaskNotebook
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.dataplex_task.DataplexTaskNotebook
DataplexTaskNotebook.Builder, DataplexTaskNotebook.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataplexTaskNotebook.Builder builder)Constructor that initializes the object based on literal property values passed by theDataplexTaskNotebook.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getArchiveUris()Cloud Storage URIs of archives to be extracted into the working directory of each executor.List<String>getFileUris()Cloud Storage URIs of files to be placed in the working directory of each executor.DataplexTaskNotebookInfrastructureSpecgetInfrastructureSpec()infrastructure_spec block.StringgetNotebook()Path to input notebook.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DataplexTaskNotebook.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataplexTaskNotebook.Builder.
-
-
Method Detail
-
getNotebook
public final String getNotebook()
Description copied from interface:DataplexTaskNotebookPath 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). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#notebook DataplexTask#notebook}
- Specified by:
getNotebookin interfaceDataplexTaskNotebook
-
getArchiveUris
public final List<String> getArchiveUris()
Description copied from interface:DataplexTaskNotebookCloud Storage URIs of archives to be extracted into the working directory of each executor.Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#archive_uris DataplexTask#archive_uris}
- Specified by:
getArchiveUrisin interfaceDataplexTaskNotebook
-
getFileUris
public final List<String> getFileUris()
Description copied from interface:DataplexTaskNotebookCloud Storage URIs of files to be placed in the working directory of each executor.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#file_uris DataplexTask#file_uris}
- Specified by:
getFileUrisin interfaceDataplexTaskNotebook
-
getInfrastructureSpec
public final DataplexTaskNotebookInfrastructureSpec getInfrastructureSpec()
Description copied from interface:DataplexTaskNotebookinfrastructure_spec block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#infrastructure_spec DataplexTask#infrastructure_spec}
- Specified by:
getInfrastructureSpecin interfaceDataplexTaskNotebook
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-