CloudFormation.Macro
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html
type properties = {
description : string option;
function_name : string;
log_group_name : string option;
log_role_arn : string option;
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 ]
val create_attributes : string -> attributes