Batch.JobQueue
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobqueue-computeenvironmentorder.html
type properties = {
compute_environment_order : compute_environment_order list;
priority : int;
state : string option;
scheduling_policy_arn : string option;
job_queue_name : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html;
val make_properties :
compute_environment_order:compute_environment_order list ->
priority:int ->
?state:string ->
?scheduling_policy_arn:string ->
?job_queue_name:string ->
?tags:string Stdlib__Map.Make(Stdlib.String).t ->
unit ->
properties
val make_compute_environment_order :
compute_environment:string ->
order:int ->
unit ->
compute_environment_order
val yojson_of_compute_environment_order :
compute_environment_order ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes