Class DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig
@Stability(Stable) @Internal public static final class DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig
An implementation forDataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig
-
-
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.DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig
DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig.Builder, DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig.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)StringgetAutoDeleteTime()Optional.StringgetAutoDeleteTtl()Optional.StringgetIdleDeleteTtl()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(DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig.Builder.
-
-
Method Detail
-
getAutoDeleteTime
public final String getAutoDeleteTime()
Description copied from interface:DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfigOptional. The time when cluster will be auto-deleted (see JSON representation of Timestamp).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#auto_delete_time DataprocWorkflowTemplate#auto_delete_time}
- Specified by:
getAutoDeleteTimein interfaceDataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig
-
getAutoDeleteTtl
public final String getAutoDeleteTtl()
Description copied from interface:DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfigOptional.The lifetime duration of cluster. The cluster will be auto-deleted at the end of this period. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#auto_delete_ttl DataprocWorkflowTemplate#auto_delete_ttl}
- Specified by:
getAutoDeleteTtlin interfaceDataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig
-
getIdleDeleteTtl
public final String getIdleDeleteTtl()
Description copied from interface:DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfigOptional.The duration to keep the cluster alive while idling (when no jobs are running). Passing this threshold will cause the cluster to be deleted. Minimum value is 5 minutes; maximum value is 14 days (see JSON representation of [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#idle_delete_ttl DataprocWorkflowTemplate#idle_delete_ttl}
- Specified by:
getIdleDeleteTtlin interfaceDataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-