Values.ClusterOperationV2SummarySourceReturns information about a cluster operation.
type nonrec t = {clusterArn : string option;ARN of the cluster.
*)clusterType : ClusterType.t option;Type of the backend cluster.
*)startTime : string option;The time at which operation was started.
*)endTime : string option;The time at which the operation finished.
*)operationArn : string option;ARN of the cluster operation.
*)operationState : string option;State of the cluster operation.
*)operationType : string option;Type of the cluster operation.
*)}