| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
RequestAuthorizer.Builder |
RequestAuthorizer.Builder.assumeRole(IRole assumeRole)
(experimental) An optional IAM role for APIGateway to assume before calling the Lambda-based authorizer.
|
RequestAuthorizer.Builder |
RequestAuthorizer.Builder.authorizerName(String authorizerName)
(experimental) An optional human friendly name for the authorizer.
|
static RequestAuthorizer.Builder |
RequestAuthorizer.Builder.create(software.constructs.Construct scope,
String id) |
RequestAuthorizer.Builder |
RequestAuthorizer.Builder.handler(IFunction handler)
(experimental) The handler for the authorizer lambda function.
|
RequestAuthorizer.Builder |
RequestAuthorizer.Builder.identitySources(List<String> identitySources)
(experimental) An array of request header mapping expressions for identities.
|
RequestAuthorizer.Builder |
RequestAuthorizer.Builder.resultsCacheTtl(Duration resultsCacheTtl)
(experimental) How long APIGateway should cache the results.
|
Copyright © 2021. All rights reserved.