Values_0.ClusterSchedulerConfigSummarySourceSummary of the cluster policy.
type nonrec t = {clusterSchedulerConfigArn : ClusterSchedulerConfigArn.t option;ARN of the cluster policy.
*)clusterSchedulerConfigId : ClusterSchedulerConfigId.t option;ID of the cluster policy.
*)clusterSchedulerConfigVersion : Integer.t option;Version of the cluster policy.
*)name : EntityName.t option;Name of the cluster policy.
*)creationTime : Timestamp.t option;Creation time of the cluster policy.
*)lastModifiedTime : Timestamp.t option;Last modified time of the cluster policy.
*)status : SchedulerResourceStatus.t option;Status of the cluster policy.
*)clusterArn : ClusterArn.t option;ARN of the cluster.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `String of ClusterSchedulerConfigArn.t
| `Timestamp of Timestamp.t ])
list ]