Uses of Class
software.amazon.awscdk.services.apigateway.RequestAuthorizer.Builder
Packages that use RequestAuthorizer.Builder
-
Uses of RequestAuthorizer.Builder in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return RequestAuthorizer.BuilderModifier 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.BuilderThe 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.