Route
The `AWS::ApiGatewayV2::Route` resource creates a route for an API.
Properties
Link copied to clipboard
Link copied to clipboard
The authorization type for the route. For WebSocket APIs, valid values are `NONE` for open access, `AWS_IAM` for using AWS IAM permissions, and `CUSTOM` for using a Lambda authorizer. For HTTP APIs, valid values are `NONE` for open access, `JWT` for using JSON Web Tokens, `AWS_IAM` for using AWS IAM permissions, and `CUSTOM` for using a Lambda authorizer.
Link copied to clipboard
Link copied to clipboard