Cluster Cluster Config Lifecycle Config Args
data class ClusterClusterConfigLifecycleConfigArgs(val autoDeleteTime: Output<String>? = null, val idleDeleteTtl: Output<String>? = null, val idleStartTime: Output<String>? = null) : ConvertibleToJava<ClusterClusterConfigLifecycleConfigArgs>
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.