Values_1.DescribeClusterSchedulerConfigResponseSourceDescription of the cluster policy. This policy is used for task prioritization and fair-share allocation. This helps prioritize critical workloads and distributes idle compute across entities.
type nonrec t = {clusterSchedulerConfigArn : Values_0.ClusterSchedulerConfigArn.t option;ARN of the cluster policy.
*)clusterSchedulerConfigId : Values_0.ClusterSchedulerConfigId.t option;ID of the cluster policy.
*)name : Values_0.EntityName.t option;Name of the cluster policy.
*)clusterSchedulerConfigVersion : Values_0.Integer.t option;Version of the cluster policy.
*)status : Values_0.SchedulerResourceStatus.t option;Status of the cluster policy.
*)failureReason : Values_0.FailureReason.t option;Failure reason of the cluster policy.
*)statusDetails : StatusDetailsMap.t option;Additional details about the status of the cluster policy. This field provides context when the policy is in a non-active state, such as during creation, updates, or if failures occur.
*)clusterArn : Values_0.ClusterArn.t option;ARN of the cluster where the cluster policy is applied.
*)schedulerConfig : Values_0.SchedulerConfig.t option;Cluster policy configuration. This policy is used for task prioritization and fair-share allocation. This helps prioritize critical workloads and distributes idle compute across entities.
*)description : Values_0.EntityDescription.t option;Description of the cluster policy.
*)creationTime : Values_0.Timestamp.t option;Creation time of the cluster policy.
*)createdBy : Values_0.UserContext.t option;lastModifiedTime : Values_0.Timestamp.t option;Last modified time of the cluster policy.
*)lastModifiedBy : Values_0.UserContext.t option;}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val make :
?clusterSchedulerConfigArn:??? ->
?clusterSchedulerConfigId:??? ->
?name:??? ->
?clusterSchedulerConfigVersion:??? ->
?status:??? ->
?failureReason:??? ->
?statusDetails:??? ->
?clusterArn:??? ->
?schedulerConfig:??? ->
?description:??? ->
?creationTime:??? ->
?createdBy:??? ->
?lastModifiedTime:??? ->
?lastModifiedBy:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `Map of ([> `Enum of string ] * [> `Enum of string ]) list
| `String of Values_0.ClusterSchedulerConfigArn.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Integer of int | `String of string ]) list ]
list
| `String of string
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]