Module Values.EksPropertiesDetailSource

An object that contains the details for the Kubernetes resources of a job.

Sourcetype nonrec t = {
  1. podProperties : EksPodPropertiesDetail.t option;
    (*

    The properties for the Kubernetes pod resources of a job.

    *)
}
Sourceval make : ?podProperties:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `Integer of Integer.t | `List of [> `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `Long of Long.t | `Map of ([> `String of String_.t ] * [> `String of Quantity.t ]) list | `String of String_.t ]) list ]) list ] list | `String of String_.t | `Structure of (string * [> `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of String_.t ]) list ]) list ]) 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