NetworkManager.CustomerGatewayAssociationsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html
type properties = {global_network_id : string;device_id : string;customer_gateway_arn : string;link_id : string option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html;
val make_properties :
global_network_id:string ->
device_id:string ->
customer_gateway_arn:string ->
?link_id:string ->
unit ->
propertiesval yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes