Class DataplexTaskNotebookInfrastructureSpecBatch.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataplex_task.DataplexTaskNotebookInfrastructureSpecBatch.Jsii$Proxy
-
- All Implemented Interfaces:
DataplexTaskNotebookInfrastructureSpecBatch,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataplexTaskNotebookInfrastructureSpecBatch
@Stability(Stable) @Internal public static final class DataplexTaskNotebookInfrastructureSpecBatch.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataplexTaskNotebookInfrastructureSpecBatch
An implementation forDataplexTaskNotebookInfrastructureSpecBatch
-
-
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.DataplexTaskNotebookInfrastructureSpecBatch
DataplexTaskNotebookInfrastructureSpecBatch.Builder, DataplexTaskNotebookInfrastructureSpecBatch.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataplexTaskNotebookInfrastructureSpecBatch.Builder builder)Constructor that initializes the object based on literal property values passed by theDataplexTaskNotebookInfrastructureSpecBatch.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(DataplexTaskNotebookInfrastructureSpecBatch.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataplexTaskNotebookInfrastructureSpecBatch.Builder.
-
-
Method Detail
-
getExecutorsCount
public final Number getExecutorsCount()
Description copied from interface:DataplexTaskNotebookInfrastructureSpecBatchTotal 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 interfaceDataplexTaskNotebookInfrastructureSpecBatch
-
getMaxExecutorsCount
public final Number getMaxExecutorsCount()
Description copied from interface:DataplexTaskNotebookInfrastructureSpecBatchMax 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 interfaceDataplexTaskNotebookInfrastructureSpecBatch
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-