ImageBuilder.Workflowsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html
type properties = {type_ : string;description : string option;kms_key_id : string option;version : string;change_description : string option;data : string option;uri : string option;name : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html;
val make_properties :
type_:string ->
?description:string ->
?kms_key_id:string ->
version:string ->
?change_description:string ->
?data:string ->
?uri:string ->
?tags:string Stdlib__Map.Make(Stdlib.String).t ->
name:string ->
unit ->
propertiesval yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes