NetworkManager.Site
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html
type properties = {
description : string option;
global_network_id : string;
location : location option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html;
val make_properties :
?description:string ->
global_network_id:string ->
?tags:tag list ->
?location:location ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_location :
?address:string ->
?latitude:string ->
?longitude:string ->
unit ->
location
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_location :
location ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes