Interface DataplexTaskNotebook
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataplexTaskNotebook.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.646Z") @Stability(Stable) public interface DataplexTaskNotebook extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataplexTaskNotebook.BuilderA builder forDataplexTaskNotebookstatic classDataplexTaskNotebook.Jsii$ProxyAn implementation forDataplexTaskNotebook
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DataplexTaskNotebook.Builderbuilder()default List<String>getArchiveUris()Cloud Storage URIs of archives to be extracted into the working directory of each executor.default List<String>getFileUris()Cloud Storage URIs of files to be placed in the working directory of each executor.default DataplexTaskNotebookInfrastructureSpecgetInfrastructureSpec()infrastructure_spec block.StringgetNotebook()Path to input notebook.
-
-
-
Method Detail
-
getNotebook
@Stability(Stable) @NotNull String getNotebook()
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). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#notebook DataplexTask#notebook}
-
getArchiveUris
@Stability(Stable) @Nullable default List<String> getArchiveUris()
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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#archive_uris DataplexTask#archive_uris}
-
getFileUris
@Stability(Stable) @Nullable default List<String> getFileUris()
Cloud 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}
-
getInfrastructureSpec
@Stability(Stable) @Nullable default DataplexTaskNotebookInfrastructureSpec getInfrastructureSpec()
infrastructure_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}
-
builder
@Stability(Stable) static DataplexTaskNotebook.Builder builder()
- Returns:
- a
DataplexTaskNotebook.BuilderofDataplexTaskNotebook
-
-