Interface DataprocClusterClusterConfigLifecycleConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocClusterClusterConfigLifecycleConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.709Z") @Stability(Stable) public interface DataprocClusterClusterConfigLifecycleConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocClusterClusterConfigLifecycleConfig.BuilderA builder forDataprocClusterClusterConfigLifecycleConfigstatic classDataprocClusterClusterConfigLifecycleConfig.Jsii$ProxyAn implementation forDataprocClusterClusterConfigLifecycleConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataprocClusterClusterConfigLifecycleConfig.Builderbuilder()default StringgetAutoDeleteTime()The time when cluster will be auto-deleted.default StringgetIdleDeleteTtl()The duration to keep the cluster alive while idling (no jobs running).
-
-
-
Method Detail
-
getAutoDeleteTime
@Stability(Stable) @Nullable default String getAutoDeleteTime()
The 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}
-
getIdleDeleteTtl
@Stability(Stable) @Nullable default String getIdleDeleteTtl()
The 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}
-
builder
@Stability(Stable) static DataprocClusterClusterConfigLifecycleConfig.Builder builder()
-
-