Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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).
pattern AuthorizerType_JWT :: AuthorizerType | |
pattern AuthorizerType_REQUEST :: AuthorizerType |