Module ApiGateway.BasePathMapping

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html

type properties = {
  1. domain_name : string;
  2. rest_api_id : string option;
  3. stage : string option;
  4. base_path : string option;
  5. 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 -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string