AWSAPIGatewayHTTPAPIRoute
No description
type AWSAPIGatewayHTTPAPIRoute {
routeKey: String!
apiGatewayManaged: Boolean!
authorizationScopes: [String!]!
authorizationType: AWSAPIGatewayAuthorizationType!
operationName: String!
id: String!
target: String!
}
Fields
AWSAPIGatewayHTTPAPIRoute.routeKey
● String!
non-null scalar
The route key for the route
AWSAPIGatewayHTTPAPIRoute.apiGatewayManaged
● Boolean!
non-null scalar
Indicates whether the route is managed by API Gateway
AWSAPIGatewayHTTPAPIRoute.authorizationScopes
● [String!]!
non-null scalar
A list of authorization scopes configured on a route
AWSAPIGatewayHTTPAPIRoute.authorizationType
● AWSAPIGatewayAuthorizationType!
non-null enum
The authorization type for the route
AWSAPIGatewayHTTPAPIRoute.operationName
● String!
non-null scalar
The operation name for the route
AWSAPIGatewayHTTPAPIRoute.id
● String!
non-null scalar
The route ID
AWSAPIGatewayHTTPAPIRoute.target
● String!
non-null scalar
The target for the route
Member of
AWSAPIGatewayHTTPAPI
object