CloudFormation.Stacksee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
type properties = {notification_ar_ns : string list option;parameters : string Stdlib__Map.Make(Stdlib.String).t option;template_url : string;timeout_in_minutes : int option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html;
val make_properties :
?notification_ar_ns:string list ->
?parameters:string Stdlib__Map.Make(Stdlib.String).t ->
?tags:tag list ->
template_url:string ->
?timeout_in_minutes:int ->
unit ->
propertiesval make_tag : key:string -> value:string -> unit -> tagval yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes