aws-cdk-lib.aws_apigateway.IAuthorizer

interface IAuthorizer

LanguageType name
.NETAmazon.CDK.AWS.APIGateway.IAuthorizer
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#IAuthorizer
Javasoftware.amazon.awscdk.services.apigateway.IAuthorizer
Pythonaws_cdk.aws_apigateway.IAuthorizer
TypeScript (source)aws-cdk-lib » aws_apigateway » IAuthorizer

Implemented by CognitoUserPoolsAuthorizer, RequestAuthorizer, TokenAuthorizer

Represents an API Gateway authorizer.

Properties

NameTypeDescription
authorizerIdstringThe authorizer ID.
authorizationType?AuthorizationTypeThe authorization type of this authorizer.

authorizerId

Type: string

The authorizer ID.


authorizationType?

Type: AuthorizationType (optional)

The authorization type of this authorizer.