| 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.AuthorizationType
Description
Synopsis
- newtype AuthorizationType where
- AuthorizationType' { }
- pattern AuthorizationType_AWS_IAM :: AuthorizationType
- pattern AuthorizationType_CUSTOM :: AuthorizationType
- pattern AuthorizationType_JWT :: AuthorizationType
- pattern AuthorizationType_NONE :: AuthorizationType
Documentation
newtype AuthorizationType Source #
The authorization type. 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.
Constructors
| AuthorizationType' | |
Fields | |
Bundled Patterns
| pattern AuthorizationType_AWS_IAM :: AuthorizationType | |
| pattern AuthorizationType_CUSTOM :: AuthorizationType | |
| pattern AuthorizationType_JWT :: AuthorizationType | |
| pattern AuthorizationType_NONE :: AuthorizationType |