Events.ApiDestination
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-apidestination.html
type properties = {
description : string option;
connection_arn : string;
invocation_endpoint : string;
http_method : string;
name : string option;
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 ]
val create_attributes : string -> attributes