Module Events.ApiDestination

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-apidestination.html

type properties = {
  1. description : string option;
  2. connection_arn : string;
  3. invocation_endpoint : string;
  4. http_method : string;
  5. name : string option;
  6. invocation_rate_limit_per_second : int option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-apidestination.html;

val make_properties : ?description:string -> connection_arn:string -> invocation_endpoint:string -> http_method:string -> ?name:string -> ?invocation_rate_limit_per_second:int -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string