Module Glue.Workflow

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html

type properties = {
  1. description : string option;
  2. default_run_properties : Yojson.Safe.t option;
  3. tags : Yojson.Safe.t option;
  4. name : string option;
  5. 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 ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string