Cluster Cluster Config Lifecycle Config
data class ClusterClusterConfigLifecycleConfig(val autoDeleteTime: String? = null, val idleDeleteTtl: String? = null, val idleStartTime: String? = null)
Properties
Link copied to clipboard
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".
Link copied to clipboard
The duration to keep the cluster alive while idling (no jobs running). After this TTL, the cluster will be deleted. Valid range: 10m, 14d.
Link copied to clipboard
Time when the cluster became idle (most recent job finished) and became eligible for deletion due to idleness.