ApiGatewayV2.Route
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html
type properties = {
target : string option;
route_response_selection_expression : string option;
request_models : Yojson.Safe.t option;
operation_name : string option;
api_key_required : bool option;
route_key : string;
model_selection_expression : string option;
api_id : string;
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 ]
val create_attributes : string -> attributes