Uses of Class
software.amazon.awscdk.services.apigateway.RequestAuthorizer.Builder
-
Uses of RequestAuthorizer.Builder in software.amazon.awscdk.services.apigateway
Modifier and TypeMethodDescriptionRequestAuthorizer.Builder.assumeRole
(IRole assumeRole) An optional IAM role for APIGateway to assume before calling the Lambda-based authorizer.RequestAuthorizer.Builder.authorizerName
(String authorizerName) An optional human friendly name for the authorizer.static RequestAuthorizer.Builder
The handler for the authorizer lambda function.RequestAuthorizer.Builder.identitySources
(List<String> identitySources) An array of request header mapping expressions for identities.RequestAuthorizer.Builder.resultsCacheTtl
(Duration resultsCacheTtl) How long APIGateway should cache the results.