| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ApiGatewayV2.Types.AuthorizerType
Description
Synopsis
- newtype AuthorizerType where
- AuthorizerType' { }
- pattern AuthorizerType_JWT :: AuthorizerType
- pattern AuthorizerType_REQUEST :: AuthorizerType
Documentation
newtype AuthorizerType Source #
The authorizer type. Specify REQUEST for a Lambda function using incoming request parameters. Specify JWT to use JSON Web Tokens (supported only for HTTP APIs).
Constructors
| AuthorizerType' | |
Fields | |
Bundled Patterns
| pattern AuthorizerType_JWT :: AuthorizerType | |
| pattern AuthorizerType_REQUEST :: AuthorizerType |