Module Values.NodePropertyOverrideSource

The object that represents any node overrides to a job definition that's used in a SubmitJob API operation.

Sourcetype nonrec t = {
  1. targetNodes : String_.t;
    (*

    The range of nodes, using node index values, that's used to override. A range of 0:3 indicates nodes with index values of 0 through 3. If the starting range value is omitted (:n), then 0 is used to start the range. If the ending range value is omitted (n:), then the highest possible node index is used to end the range.

    *)
  2. containerOverrides : ContainerOverrides.t option;
    (*

    The overrides that are sent to a node range.

    *)
  3. ecsPropertiesOverride : EcsPropertiesOverride.t option;
    (*

    An object that contains the properties that you want to replace for the existing Amazon ECS resources of a job.

    *)
  4. instanceTypes : StringList.t option;
    (*

    An object that contains the instance types that you want to replace for the existing resources of a job.

    *)
  5. eksPropertiesOverride : EksPropertiesOverride.t option;
    (*

    An object that contains the properties that you want to replace for the existing Amazon EKS resources of a job.

    *)
  6. consumableResourcePropertiesOverride : ConsumableResourceProperties.t option;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : ?containerOverrides:??? -> ?ecsPropertiesOverride:??? -> ?instanceTypes:??? -> ?eksPropertiesOverride:??? -> ?consumableResourcePropertiesOverride:??? -> targetNodes:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of String_.t ] list | `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `List of [> `String of String_.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `List of [> `String of String_.t | `Structure of (string * [> `Enum of string | `String of String_.t ]) list ] list | `String of String_.t ]) list ] list | `Long of Long.t | `String of String_.t ]) list ] list | `String of String_.t | `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 ]) 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