interface IAuthorizer
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.APIGateway.IAuthorizer | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#IAuthorizer | 
|  Java | software.amazon.awscdk.services.apigateway.IAuthorizer | 
|  Python | aws_cdk.aws_apigateway.IAuthorizer | 
|  TypeScript (source) | aws-cdk-lib»aws_apigateway»IAuthorizer | 
Implemented by
Cognito, Request, Token
Represents an API Gateway authorizer.
Properties
| Name | Type | Description | 
|---|---|---|
| authorizer | string | The authorizer ID. | 
| authorization | Authorization | The authorization type of this authorizer. | 
authorizerId
Type:
string
The authorizer ID.
authorizationType?
Type:
Authorization
(optional)
The authorization type of this authorizer.
