Class DataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActions.Jsii$Proxy
-
- All Implemented Interfaces:
DataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActions
@Stability(Stable) @Internal public static final class DataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActions
An implementation forDataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActions
-
-
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.dataproc_workflow_template.DataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActions
DataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActions.Builder, DataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActions.Builder builder)Constructor that initializes the object based on literal property values passed by theDataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActions.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)StringgetExecutableFile()Required.StringgetExecutionTimeout()Optional.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(DataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActions.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActions.Builder.
-
-
Method Detail
-
getExecutableFile
public final String getExecutableFile()
Description copied from interface:DataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActionsRequired. Cloud Storage URI of executable file.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#executable_file DataprocWorkflowTemplate#executable_file}
- Specified by:
getExecutableFilein interfaceDataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActions
-
getExecutionTimeout
public final String getExecutionTimeout()
Description copied from interface:DataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActionsOptional.Amount of time executable has to complete. Default is 10 minutes (see JSON representation of [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#execution_timeout DataprocWorkflowTemplate#execution_timeout}
- Specified by:
getExecutionTimeoutin interfaceDataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-