Values_0.CreateClusterSchedulerConfigResponseSourceCreate cluster policy configuration. This policy is used for task prioritization and fair-share allocation of idle compute. This helps prioritize critical workloads and distributes idle compute across entities.
type nonrec t = {clusterSchedulerConfigArn : ClusterSchedulerConfigArn.t option;ARN of the cluster policy.
*)clusterSchedulerConfigId : ClusterSchedulerConfigId.t option;ID of the cluster policy.
*)}type nonrec error = [ | `ConflictException of ConflictException.t| `ResourceLimitExceeded of ResourceLimitExceeded.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of ConflictException.t
| `ResourceLimitExceeded of ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of ConflictException.t
| `ResourceLimitExceeded of ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of (string * [> `String of ClusterSchedulerConfigArn.t ]) list ]