Class DataprocClusterClusterConfigLifecycleConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataproc_cluster.DataprocClusterClusterConfigLifecycleConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DataprocClusterClusterConfigLifecycleConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataprocClusterClusterConfigLifecycleConfig
@Stability(Stable) @Internal public static final class DataprocClusterClusterConfigLifecycleConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataprocClusterClusterConfigLifecycleConfig
An implementation forDataprocClusterClusterConfigLifecycleConfig
-
-
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_cluster.DataprocClusterClusterConfigLifecycleConfig
DataprocClusterClusterConfigLifecycleConfig.Builder, DataprocClusterClusterConfigLifecycleConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataprocClusterClusterConfigLifecycleConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDataprocClusterClusterConfigLifecycleConfig.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()The time when cluster will be auto-deleted.StringgetIdleDeleteTtl()The duration to keep the cluster alive while idling (no jobs running).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(DataprocClusterClusterConfigLifecycleConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataprocClusterClusterConfigLifecycleConfig.Builder.
-
-
Method Detail
-
getAutoDeleteTime
public final String getAutoDeleteTime()
Description copied from interface:DataprocClusterClusterConfigLifecycleConfigThe time when cluster will be auto-deleted. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#auto_delete_time DataprocCluster#auto_delete_time}
- Specified by:
getAutoDeleteTimein interfaceDataprocClusterClusterConfigLifecycleConfig
-
getIdleDeleteTtl
public final String getIdleDeleteTtl()
Description copied from interface:DataprocClusterClusterConfigLifecycleConfigThe duration to keep the cluster alive while idling (no jobs running).After this TTL, the cluster will be deleted. Valid range: [10m, 14d]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#idle_delete_ttl DataprocCluster#idle_delete_ttl}
- Specified by:
getIdleDeleteTtlin interfaceDataprocClusterClusterConfigLifecycleConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-