Class DataprocClusterClusterConfigLifecycleConfig.Jsii$Proxy

    • Method Detail

      • getAutoDeleteTime

        public final String getAutoDeleteTime()
        Description copied from interface: DataprocClusterClusterConfigLifecycleConfig
        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}

        Specified by:
        getAutoDeleteTime in interface DataprocClusterClusterConfigLifecycleConfig
      • getIdleDeleteTtl

        public final String getIdleDeleteTtl()
        Description copied from interface: DataprocClusterClusterConfigLifecycleConfig
        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}

        Specified by:
        getIdleDeleteTtl in interface DataprocClusterClusterConfigLifecycleConfig
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object