authorizerType property

AuthorizerType? authorizerType
final

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).

Implementation

final AuthorizerType? authorizerType;