NetworkManager.CoreNetwork
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-corenetwork.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-corenetwork-corenetworksegment.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-corenetwork-corenetworkedge.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-corenetwork.html;
val make_properties :
global_network_id:string ->
?description:string ->
?policy_document:Yojson.Safe.t ->
?tags:tag list ->
unit ->
properties
val make_core_network_segment :
?edge_locations:string list ->
?shared_segments:string list ->
?name:string ->
unit ->
core_network_segment
val make_tag : value:string -> key:string -> unit -> tag
val make_core_network_edge :
?inside_cidr_blocks:string list ->
?asn:float ->
?edge_location:string ->
unit ->
core_network_edge
val yojson_of_core_network_segment :
core_network_segment ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_core_network_edge :
core_network_edge ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes