Gets the Routes for an API
Gets the Routes for an API.
apigatewayv2_get_routes(ApiId, MaxResults, NextToken)
ApiId |
[required] The API identifier. |
MaxResults |
The maximum number of elements to be returned for this resource. |
NextToken |
The next page of elements from this collection. Not valid for the last element of the collection. |
A list with the following syntax:
list( Items = list( 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" ) ), NextToken = "string" )
svc$get_routes( ApiId = "string", MaxResults = "string", NextToken = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.