Module ApiGatewayV2.Route

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html

type properties = {
  1. target : string option;
  2. route_response_selection_expression : string option;
  3. request_models : Yojson.Safe.t option;
  4. operation_name : string option;
  5. authorizer_id : string option;
  6. authorization_scopes : string list option;
  7. api_key_required : bool option;
  8. route_key : string;
  9. authorization_type : string option;
  10. model_selection_expression : string option;
  11. api_id : string;
  12. request_parameters : Yojson.Safe.t option;
}

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

val make_properties : ?target:string -> ?route_response_selection_expression:string -> ?request_models:Yojson.Safe.t -> ?operation_name:string -> ?authorizer_id:string -> ?authorization_scopes:string list -> ?api_key_required:bool -> route_key:string -> ?authorization_type:string -> ?model_selection_expression:string -> api_id:string -> ?request_parameters:Yojson.Safe.t -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. route_id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string