Module Values_0.ClusterSchedulerConfigSummarySource

Summary of the cluster policy.

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

    ARN of the cluster policy.

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

    ID of the cluster policy.

    *)
  3. clusterSchedulerConfigVersion : Integer.t option;
    (*

    Version of the cluster policy.

    *)
  4. name : EntityName.t option;
    (*

    Name of the cluster policy.

    *)
  5. creationTime : Timestamp.t option;
    (*

    Creation time of the cluster policy.

    *)
  6. lastModifiedTime : Timestamp.t option;
    (*

    Last modified time of the cluster policy.

    *)
  7. status : SchedulerResourceStatus.t option;
    (*

    Status of the cluster policy.

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

    ARN of the cluster.

    *)
}
Sourceval make : ?clusterSchedulerConfigArn:??? -> ?clusterSchedulerConfigId:??? -> ?clusterSchedulerConfigVersion:??? -> ?name:??? -> ?creationTime:??? -> ?lastModifiedTime:??? -> ?status:??? -> ?clusterArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Integer.t | `String of ClusterSchedulerConfigArn.t | `Timestamp of 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