Gets a Route.
apigatewayv2_get_route(ApiId, RouteId)
[required] The API identifier.
[required] The route ID.
A list with the following syntax:
list( ApiGatewayManaged = TRUE|FALSE, ApiKeyRequired = TRUE|FALSE, AuthorizationScopes = list( "string" ), AuthorizationType = "NONE"|"AWS_IAM"|"CUSTOM"|"JWT", AuthorizerId = "string", ModelSelectionExpression = "string", OperationName = "string", RequestModels = list( "string" ), RequestParameters = list( list( Required = TRUE|FALSE ) ), RouteId = "string", RouteKey = "string", RouteResponseSelectionExpression = "string", Target = "string" )
svc$get_route( ApiId = "string", RouteId = "string" )