EmrClusterStatusArgs

data class EmrClusterStatusArgs(val errorDetails: Output<List<ErrorDetailArgs>>? = null, val state: Output<ClusterStateEnumValueArgs>? = null, val stateChangeReason: Output<ClusterStateChangeReasonArgs>? = null, val timeline: Output<ClusterTimelineArgs>? = null) : ConvertibleToJava<EmrClusterStatusArgs>

Definition of ClusterStatus

Constructors

Link copied to clipboard
constructor(errorDetails: Output<List<ErrorDetailArgs>>? = null, state: Output<ClusterStateEnumValueArgs>? = null, stateChangeReason: Output<ClusterStateChangeReasonArgs>? = null, timeline: Output<ClusterTimelineArgs>? = null)

Properties

Link copied to clipboard
val errorDetails: Output<List<ErrorDetailArgs>>? = null

A list of tuples that provides information about the errors that caused a cluster to terminate. This structure can contain up to 10 different ErrorDetail tuples.

Link copied to clipboard
val state: Output<ClusterStateEnumValueArgs>? = null

The current state of the cluster.

Link copied to clipboard

The reason for the cluster status change.

Link copied to clipboard
val timeline: Output<ClusterTimelineArgs>? = null

A timeline that represents the status of a cluster over the lifetime of the cluster.

Functions

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