interface IAuthorizer
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.APIGateway.IAuthorizer |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#IAuthorizer |
![]() | software.amazon.awscdk.services.apigateway.IAuthorizer |
![]() | aws_cdk.aws_apigateway.IAuthorizer |
![]() | 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.