Glue.Workflow
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html
type properties = {
description : string option;
default_run_properties : Yojson.Safe.t option;
name : string option;
max_concurrent_runs : int option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html;
val make_properties :
?description:string ->
?default_run_properties:Yojson.Safe.t ->
?tags:Yojson.Safe.t ->
?name:string ->
?max_concurrent_runs:int ->
unit ->
properties
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes