Class DataplexTaskSparkInfrastructureSpecBatch.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataplex_task.DataplexTaskSparkInfrastructureSpecBatch.Jsii$Proxy
-
- All Implemented Interfaces:
DataplexTaskSparkInfrastructureSpecBatch,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataplexTaskSparkInfrastructureSpecBatch
@Stability(Stable) @Internal public static final class DataplexTaskSparkInfrastructureSpecBatch.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataplexTaskSparkInfrastructureSpecBatch
An implementation forDataplexTaskSparkInfrastructureSpecBatch
-
-
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.DataplexTaskSparkInfrastructureSpecBatch
DataplexTaskSparkInfrastructureSpecBatch.Builder, DataplexTaskSparkInfrastructureSpecBatch.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataplexTaskSparkInfrastructureSpecBatch.Builder builder)Constructor that initializes the object based on literal property values passed by theDataplexTaskSparkInfrastructureSpecBatch.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)NumbergetExecutorsCount()Total number of job executors.NumbergetMaxExecutorsCount()Max configurable executors.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(DataplexTaskSparkInfrastructureSpecBatch.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataplexTaskSparkInfrastructureSpecBatch.Builder.
-
-
Method Detail
-
getExecutorsCount
public final Number getExecutorsCount()
Description copied from interface:DataplexTaskSparkInfrastructureSpecBatchTotal number of job executors. Executor Count should be between 2 and 100. [Default=2].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#executors_count DataplexTask#executors_count}
- Specified by:
getExecutorsCountin interfaceDataplexTaskSparkInfrastructureSpecBatch
-
getMaxExecutorsCount
public final Number getMaxExecutorsCount()
Description copied from interface:DataplexTaskSparkInfrastructureSpecBatchMax configurable executors.If maxExecutorsCount > executorsCount, then auto-scaling is enabled. Max Executor Count should be between 2 and 1000. [Default=1000] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#max_executors_count DataplexTask#max_executors_count}
- Specified by:
getMaxExecutorsCountin interfaceDataplexTaskSparkInfrastructureSpecBatch
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-