Interface DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.817Z") @Stability(Stable) public interface DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig.Builderstatic classDataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig.Jsii$ProxyAn implementation forDataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig.Builderbuilder()default StringgetAutoDeleteTime()Optional.default StringgetAutoDeleteTtl()Optional.default StringgetIdleDeleteTtl()Optional.
-
-
-
Method Detail
-
getAutoDeleteTime
@Stability(Stable) @Nullable default String getAutoDeleteTime()
Optional. 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}
-
getAutoDeleteTtl
@Stability(Stable) @Nullable default String getAutoDeleteTtl()
Optional.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}
-
getIdleDeleteTtl
@Stability(Stable) @Nullable default String getIdleDeleteTtl()
Optional.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}
-
builder
@Stability(Stable) static DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig.Builder builder()
-
-