Class DataplexTaskSparkInfrastructureSpecContainerImage.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataplex_task.DataplexTaskSparkInfrastructureSpecContainerImage.Jsii$Proxy
-
- All Implemented Interfaces:
DataplexTaskSparkInfrastructureSpecContainerImage,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataplexTaskSparkInfrastructureSpecContainerImage
@Stability(Stable) @Internal public static final class DataplexTaskSparkInfrastructureSpecContainerImage.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataplexTaskSparkInfrastructureSpecContainerImage
An implementation forDataplexTaskSparkInfrastructureSpecContainerImage
-
-
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.DataplexTaskSparkInfrastructureSpecContainerImage
DataplexTaskSparkInfrastructureSpecContainerImage.Builder, DataplexTaskSparkInfrastructureSpecContainerImage.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataplexTaskSparkInfrastructureSpecContainerImage.Builder builder)Constructor that initializes the object based on literal property values passed by theDataplexTaskSparkInfrastructureSpecContainerImage.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)StringgetImage()Container image to use.List<String>getJavaJars()A list of Java JARS to add to the classpath.Map<String,String>getProperties()Override to common configuration of open source components installed on the Dataproc cluster.List<String>getPythonPackages()A list of python packages to be installed.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(DataplexTaskSparkInfrastructureSpecContainerImage.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataplexTaskSparkInfrastructureSpecContainerImage.Builder.
-
-
Method Detail
-
getImage
public final String getImage()
Description copied from interface:DataplexTaskSparkInfrastructureSpecContainerImageContainer image to use.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#image DataplexTask#image}
- Specified by:
getImagein interfaceDataplexTaskSparkInfrastructureSpecContainerImage
-
getJavaJars
public final List<String> getJavaJars()
Description copied from interface:DataplexTaskSparkInfrastructureSpecContainerImageA list of Java JARS to add to the classpath.Valid input includes Cloud Storage URIs to Jar binaries. For example, gs://bucket-name/my/path/to/file.jar Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#java_jars DataplexTask#java_jars}
- Specified by:
getJavaJarsin interfaceDataplexTaskSparkInfrastructureSpecContainerImage
-
getProperties
public final Map<String,String> getProperties()
Description copied from interface:DataplexTaskSparkInfrastructureSpecContainerImageOverride to common configuration of open source components installed on the Dataproc cluster.The properties to set on daemon config files. Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. For more information, see Cluster properties. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#properties DataplexTask#properties}
- Specified by:
getPropertiesin interfaceDataplexTaskSparkInfrastructureSpecContainerImage
-
getPythonPackages
public final List<String> getPythonPackages()
Description copied from interface:DataplexTaskSparkInfrastructureSpecContainerImageA list of python packages to be installed.Valid formats include Cloud Storage URI to a PIP installable library. For example, gs://bucket-name/my/path/to/lib.tar.gz Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#python_packages DataplexTask#python_packages}
- Specified by:
getPythonPackagesin interfaceDataplexTaskSparkInfrastructureSpecContainerImage
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-