ClusterTimelineArgs

data class ClusterTimelineArgs(val creationDateTime: Output<String>? = null, val endDateTime: Output<String>? = null, val readyDateTime: Output<String>? = null) : ConvertibleToJava<ClusterTimelineArgs>

Definition of ClusterTimeline

Constructors

Link copied to clipboard
constructor(creationDateTime: Output<String>? = null, endDateTime: Output<String>? = null, readyDateTime: Output<String>? = null)

Properties

Link copied to clipboard
val creationDateTime: Output<String>? = null

The creation date and time of the cluster.

Link copied to clipboard
val endDateTime: Output<String>? = null

The date and time when the cluster was terminated.

Link copied to clipboard
val readyDateTime: Output<String>? = null

The date and time when the cluster was ready to run steps.

Functions

Link copied to clipboard
open override fun toJava(): ClusterTimelineArgs