Uses of Class
software.amazon.awscdk.services.apigateway.TokenAuthorizer.Builder
Packages that use TokenAuthorizer.Builder
-
Uses of TokenAuthorizer.Builder in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return TokenAuthorizer.BuilderModifier and TypeMethodDescriptionTokenAuthorizer.Builder.assumeRole
(IRole assumeRole) An optional IAM role for APIGateway to assume before calling the Lambda-based authorizer.TokenAuthorizer.Builder.authorizerName
(String authorizerName) An optional human friendly name for the authorizer.static TokenAuthorizer.Builder
The handler for the authorizer lambda function.TokenAuthorizer.Builder.identitySource
(String identitySource) The request header mapping expression for the bearer token.TokenAuthorizer.Builder.resultsCacheTtl
(Duration resultsCacheTtl) How long APIGateway should cache the results.TokenAuthorizer.Builder.validationRegex
(String validationRegex) An optional regex to be matched against the authorization token.