ApiGateway.BasePathMappingsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html
type properties = {domain_name : string;rest_api_id : string option;stage : string option;base_path : string option;id : string option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html;
val make_properties :
domain_name:string ->
?rest_api_id:string ->
?stage:string ->
?base_path:string ->
?id:string ->
unit ->
propertiesval yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes