Emr Cluster Status Args
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
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
The current state of the cluster.
Link copied to clipboard
The reason for the cluster status change.
Link copied to clipboard
A timeline that represents the status of a cluster over the lifetime of the cluster.