Module ImageBuilder.Workflow

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

type properties = {
  1. type_ : string;
  2. description : string option;
  3. kms_key_id : string option;
  4. version : string;
  5. change_description : string option;
  6. data : string option;
  7. uri : string option;
  8. tags : string Stdlib__Map.Make(Stdlib.String).t option;
  9. 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 -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string