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 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.
pattern AuthorizationType_AWS_IAM :: AuthorizationType | |
pattern AuthorizationType_CUSTOM :: AuthorizationType | |
pattern AuthorizationType_JWT :: AuthorizationType | |
pattern AuthorizationType_NONE :: AuthorizationType |