Interface DataprocClusterClusterConfigLifecycleConfig

    • 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}