Module CloudFormation.Macro

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html

type properties = {
  1. description : string option;
  2. function_name : string;
  3. log_group_name : string option;
  4. log_role_arn : string option;
  5. name : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html;

val make_properties : ?description:string -> function_name:string -> ?log_group_name:string -> ?log_role_arn:string -> name:string -> 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