Lifecycle Config Args
data class LifecycleConfigArgs(val autoDeleteTime: Output<String>? = null, val autoDeleteTtl: Output<String>? = null, val idleDeleteTtl: Output<String>? = null) : ConvertibleToJava<LifecycleConfigArgs>
Specifies the cluster auto-delete schedule configuration.
Constructors
Link copied to clipboard
fun LifecycleConfigArgs(autoDeleteTime: Output<String>? = null, autoDeleteTtl: Output<String>? = null, idleDeleteTtl: Output<String>? = null)
Functions
Properties
Link copied to clipboard
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)).