Module Values_1.DescribeClusterSchedulerConfigResponseSource

Description 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.

Sourcetype nonrec t = {
  1. clusterSchedulerConfigArn : Values_0.ClusterSchedulerConfigArn.t option;
    (*

    ARN of the cluster policy.

    *)
  2. clusterSchedulerConfigId : Values_0.ClusterSchedulerConfigId.t option;
    (*

    ID of the cluster policy.

    *)
  3. name : Values_0.EntityName.t option;
    (*

    Name of the cluster policy.

    *)
  4. clusterSchedulerConfigVersion : Values_0.Integer.t option;
    (*

    Version of the cluster policy.

    *)
  5. status : Values_0.SchedulerResourceStatus.t option;
    (*

    Status of the cluster policy.

    *)
  6. failureReason : Values_0.FailureReason.t option;
    (*

    Failure reason of the cluster policy.

    *)
  7. 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.

    *)
  8. clusterArn : Values_0.ClusterArn.t option;
    (*

    ARN of the cluster where the cluster policy is applied.

    *)
  9. 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.

    *)
  10. description : Values_0.EntityDescription.t option;
    (*

    Description of the cluster policy.

    *)
  11. creationTime : Values_0.Timestamp.t option;
    (*

    Creation time of the cluster policy.

    *)
  12. createdBy : Values_0.UserContext.t option;
  13. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    Last modified time of the cluster policy.

    *)
  14. lastModifiedBy : Values_0.UserContext.t option;
}
Sourcetype nonrec error = [
  1. | `ResourceNotFound of Values_0.ResourceNotFound.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?clusterSchedulerConfigArn:??? -> ?clusterSchedulerConfigId:??? -> ?name:??? -> ?clusterSchedulerConfigVersion:??? -> ?status:??? -> ?failureReason:??? -> ?statusDetails:??? -> ?clusterArn:??? -> ?schedulerConfig:??? -> ?description:??? -> ?creationTime:??? -> ?createdBy:??? -> ?lastModifiedTime:??? -> ?lastModifiedBy:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t