Module Values.EksPropertiesOverrideSource

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

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

    The overrides for the Kubernetes pod resources of a job.

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